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/roma/theme.css | |
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/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index e59542354..5e061ce17 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -10,18 +10,6 @@ INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666; input.rateButton, legend, h3 { color: #666; } h2 { color: #ccc; } -/* .content .infos { color: #f70; border:0; background-color: transparent; */ -/* padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; background-position:left top;} */ - -.content .infos { color: #008200; border:0; background: transparent url(../clear/icon/infos.png) no-repeat 5px 5px; -padding:5px 70px 0pt 30px; min-height: 54px; background-color:#c2f5c2;} - - -.content .infos .submit {margin-left:30px;} - -.content .errors { color: #f33; border:0; background: #ffd5dc url(../clear/icon/errors.png) no-repeat 5px 5px; -padding:5px 60px 0pt 30px; min-height: 54px; text-align:left; } - .header_notes { background: transparent url(../../icon/note.png) no-repeat right top; border:0; font-weight:bold; min-height: 48px; padding:15px 60px 0 0; position:absolute; right:0; |