aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-11-21 19:15:38 +0000
committervdigital <vdigital@piwigo.org>2008-11-21 19:15:38 +0000
commit66af3393b5d6790e48755533fdd31b74e4ac61c7 (patch)
tree4df527cac83a58c205179a1e9c6243c93c929b94 /admin
parentd47cb5dccd8feeff0d48e455b363862b3c83c91e (diff)
merge -c2896 from branch 2.0 to trunk
infos.png is moved from right to left in admin git-svn-id: http://piwigo.org/svn/trunk@2897 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/theme/roma/theme.css2
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 d44dce4bc..b64c6a6af 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -10,7 +10,7 @@ INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666;
input.rateButton, legend, h3 { color: #666; }
#theAdminPage h2 { color: #333; }
.content .infos { color: #f70; border:0; background-color: transparent;
-padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; }
+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: #f30; border:0; background-color: transparent;
padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; }