aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGotcha <gotcha@piwigo.org>2010-03-17 22:40:33 +0000
committerGotcha <gotcha@piwigo.org>2010-03-17 22:40:33 +0000
commitfa6820cd716026afdb321d1a8faf3f63e4d4291c (patch)
tree13a3881197d5648566cbe5bae5590706988bbb10 /admin
parent3f2eb3a002aa5ac109b1c050c792ea7592632a43 (diff)
Feature 1515: correct border-bottom in admin menubar.
475px => 522px git-svn-id: http://piwigo.org/svn/trunk@5171 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/roma/theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 6d9adfbb2..e38a098bc 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -134,7 +134,7 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
/* menubar is on all admin pages => No specific css file */
#menubar {
background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
-border:0; display:inline; float:left; left:0; margin: 10px 0 0 10px; min-height:475px; height:475px; /* should be 477 */
+border:0; display:inline; float:left; left:0; margin: 10px 0 0 10px; min-height:522px; height:522px; /* should be 477 */
padding:0; width:230px; z-index:99; text-align: left; }
#menubar ul.scroll { height:163px; overflow-y:auto;
/* Only IE family supports colored scrollbar */
@@ -205,7 +205,7 @@ position:relative; z-index: 50;}
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;}
/* hacks */
-html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
+html>body #menubar {min-height:522px; height:522px;} /* IE 7 and modern browsers */
* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
*+html .bigtext { left: 70px; }
*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; }