Ignore:
Timestamp:
Mar 17, 2010, 11:40:33 PM (14 years ago)
Author:
Gotcha
Message:

Feature 1515: correct border-bottom in admin menubar.
475px => 522px

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/roma/theme.css

    r5170 r5171  
    135135#menubar {
    136136background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
    137 border:0; display:inline; float:left; left:0; margin: 10px 0 0 10px; min-height:475px; height:475px; /* should be 477 */
     137border:0; display:inline; float:left; left:0; margin: 10px 0 0 10px; min-height:522px; height:522px; /* should be 477 */
    138138padding:0; width:230px; z-index:99; text-align: left; }
    139139#menubar ul.scroll { height:163px; overflow-y:auto;
     
    206206.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;}
    207207/* hacks */
    208 html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
     208html>body #menubar {min-height:522px; height:522px;} /* IE 7 and modern browsers */
    209209* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
    210210*+html  .bigtext { left: 70px; }
Note: See TracChangeset for help on using the changeset viewer.