diff options
author | plegall <plg@piwigo.org> | 2010-03-26 15:15:56 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-26 15:15:56 +0000 |
commit | 502689a319bacf98637d46a0d138f7722cdd000a (patch) | |
tree | fb3dfddcc7084f58502f2c6981888a276cab95a7 /admin/themes/default | |
parent | b8a9773caf30db55f52e9562166054b0917dc990 (diff) |
bug 1495: use the wiki icons in errors/infos blocks + merge CSS rules.
git-svn-id: http://piwigo.org/svn/trunk@5383 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/default-layout.css | 23 | ||||
-rw-r--r-- | admin/themes/default/icon/errors.png | bin | 3249 -> 3654 bytes | |||
-rw-r--r-- | admin/themes/default/icon/infos.png | bin | 701 -> 3315 bytes |
3 files changed, 17 insertions, 6 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 518e981d5..2df864c4b 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -774,20 +774,31 @@ h2:lang(en) { text-transform:capitalize; } /** * Informations box in administration */ -.infos { +.infos, .errors { text-align: left; margin: 5px; padding: 10px 50px 10px 10px; font-weight:bold; + background-repeat: no-repeat; + background-position: 5px 5px; + padding:5px 70px 0pt 30px; + min-height: 54px; } -.errors { /* Errors display */ - text-align: left; - margin: 5px; - font-weight:bold; +.infos { + color: #0a0; + background-color:#c2f5c2; + background-image: url(icon/infos.png); +} + +.errors { + color: #f22; + background-color: #ffd5dc; + background-image: url(icon/errors.png); } -.content .infos li, .content .errors li { list-style-type:square; } +.infos li, .errors li { list-style-type:square; } +.infos .submit {margin-left:30px;} .checkActions {text-align:left;padding:0;margin:0;} .comment A:hover {border:none;}
\ No newline at end of file diff --git a/admin/themes/default/icon/errors.png b/admin/themes/default/icon/errors.png Binary files differindex 3c8a37df5..e6f090fb1 100644 --- a/admin/themes/default/icon/errors.png +++ b/admin/themes/default/icon/errors.png diff --git a/admin/themes/default/icon/infos.png b/admin/themes/default/icon/infos.png Binary files differindex d98031df4..ccb25e872 100644 --- a/admin/themes/default/icon/infos.png +++ b/admin/themes/default/icon/infos.png |