mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-05 04:52:47 +02:00
Feature 1515: correct border-bottom in admin menubar.
475px => 522px git-svn-id: http://piwigo.org/svn/trunk@5171 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user