From fa6820cd716026afdb321d1a8faf3f63e4d4291c Mon Sep 17 00:00:00 2001 From: Gotcha Date: Wed, 17 Mar 2010 22:40:33 +0000 Subject: Feature 1515: correct border-bottom in admin menubar. 475px => 522px git-svn-id: http://piwigo.org/svn/trunk@5171 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/themes') 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; } -- cgit v1.2.3