From 45fbfcf5049d300b0f34bab185ea7372852af203 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 14 Feb 2012 21:38:41 +0000 Subject: - added 2 missing embellish_url - fix css (admin bakground not existing; public IE image border) git-svn-id: http://piwigo.org/svn/trunk@13167 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/theme.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'admin/themes/clear') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 13a43fe41..d031694a6 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -16,7 +16,7 @@ */ /* text color */ -body, h3, dt, h2, .throw, .content, label , LEGEND { +body, h3, dt, h2, .throw, .content, label , LEGEND { color:#777; } @@ -129,9 +129,15 @@ a { color:#005E89; border-width: 0; } a:hover, a:active { color: #d54e21; border-bottom: 1px dotted #d54e21; cursor: pointer; } .content .navigationBar {color:#999;} ul.actions, .content form#waiting {text-align:center;} -.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top; -border:0; color:#ccc; font-size:24px; height:30px; margin:0; padding:10px 0 0; -text-align:center; width:100%; } + +.header_msgs { + border:0; + color:#ccc; + font-size:24px; + height:30px; + margin:0; padding:10px 0 0; + text-align:center; width:100%; +} /* tabsheets are often used in admin pages => No specific css files */ #tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0; -- cgit v1.2.3