diff options
author | vdigital <vdigital@piwigo.org> | 2009-01-11 20:11:17 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-01-11 20:11:17 +0000 |
commit | b6f3cfe567e7a50cef2d5d53847d15a262a86256 (patch) | |
tree | 6a1e484c2e5b16b104936b0d6ce2c627e6605959 /admin/template/goto/theme | |
parent | 9ba2c86eada2256af49693f8a207682941dfc98e (diff) |
- Error icon misplaced
merge -c3068 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@3069 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 9126a6e0b..6f3d63c2e 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -13,7 +13,7 @@ input.rateButton, legend, h3 { color: #666; } padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; background-position:left top;} .content .infos li, .content .errors li { list-style-type:none; } .content .errors { color: #f33; border:0; background-color: transparent; -padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; } +padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; background-position:left top; } #copyright { color:#666; margin:60px auto 0px 240px; text-align:center; padding-bottom: 15px; } .header_notes { background: transparent url(../../icon/note.png) no-repeat right top; |