diff options
author | plegall <plg@piwigo.org> | 2005-01-16 11:13:30 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-01-16 11:13:30 +0000 |
commit | d5c2a2eda88f89bd3ed40523283fd601e90216ab (patch) | |
tree | 14ae7f3aded18e19ae294a7e1c12d8dcac01b3a6 /template/default/default.css | |
parent | cc5ba30bd061d00be17bb26061962016e4112b9d (diff) |
- big update in thumbnail creation process : form is always shown with the
comprehensive list of pictures without thumbnails (no matter the
directory) unless there are no thumbnail missing.
- thumbnail creation process : form parameters are saved between 2 thumbnail
generations thanks to new process
- thumbnail creation process : can ask to create all missing thumbnails
- thumbnail creation process : default thumbnail width and height are
configured in include/config.inc.php
- thumbnail creation process : errors due to no write access directories are
catched
git-svn-id: http://piwigo.org/svn/trunk@695 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/default.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/template/default/default.css b/template/default/default.css index 53631e8bc..9e043a061 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -18,8 +18,14 @@ input,select,textarea { color:#FFFFCC;} /* Forms font color */ .commentDate { color:#999999;} /* Comments date */ .throw { color:#FFFFCC;} /* First line of tables */ .bouton, .errors { color:#FFFFFF;} /* Buttons & errors */ -.update_summary_new { color:#9cb4ce;} /* Update results (admin side only) */ -.update_summary_del { color:#ffe1e1;} /* Update results (admin side only) */ + +/* Update results (admin side only) */ +.update_summary_new, .best_gen_time +{ color:#9cb4ce;} + +/* Update results (admin side only) */ +.update_summary_del,.worst_gen_time +{ color:#ffe1e1;} /* ANCHORS */ |