diff options
author | vdigital <vdigital@piwigo.org> | 2009-01-11 20:08:22 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-01-11 20:08:22 +0000 |
commit | 120678f0781dd766c6b9ca21d38b8204eba18059 (patch) | |
tree | 6f362e7bc3bf87787053d148cfc98d8d8ab42267 /admin | |
parent | 451060b28022410ee6549500798e5fccfd63f35d (diff) |
- Error icon misplaced
git-svn-id: http://piwigo.org/svn/branches/2.0@3068 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-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 88a8f14fb..252665ce2 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; |