From d174cd3ac5582755d8ed834e551714371d8af020 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 18 Feb 2012 22:09:08 +0000 Subject: change color scheme on submit buttons for clear theme: white text on dark gray background and orange background on :hover. On many places, the submit buttons are now left aligned (instead of centered) On configuration option screens, the "Reset" button was removed: useless and confusing. Much simpler "Quick Local Synchronization" button on admin/intro.tpl for admin theme clear. git-svn-id: http://piwigo.org/svn/trunk@13244 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'admin/themes/roma') diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 1aab8db38..02830f05e 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -208,8 +208,9 @@ position:relative; z-index: 50;} .bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px; z-index: 55; cursor:pointer; } .bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; } .bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; border:0; -display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0;} -.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;} +display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0; +color:transparent;} +.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;color:transparent;} /* hacks */ * html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */ *+html .bigtext { left: 70px; } -- cgit v1.2.3