aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-02-18 22:09:08 +0000
committerplegall <plg@piwigo.org>2012-02-18 22:09:08 +0000
commitd174cd3ac5582755d8ed834e551714371d8af020 (patch)
treee343950c0ba70dc01b1fbd22f045324cb3dc7d90 /admin/themes/roma
parent84a48c999cb1b5e14759168e426b1af1d1f01062 (diff)
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
Diffstat (limited to 'admin/themes/roma')
-rw-r--r--admin/themes/roma/theme.css5
1 files changed, 3 insertions, 2 deletions
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; }