diff options
-rw-r--r-- | admin/themes/roma/theme.css | 4 |
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; } |