Ignore:
Timestamp:
Jun 9, 2010, 11:31:55 AM (14 years ago)
Author:
nikrou
Message:

Feature 1728 fixed : use autoHeight accordion param

File:
1 edited

Legend:

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

    r6320 r6496  
    150150#menubar {
    151151background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
    152 border:0; display:inline; float:left; left:0; margin: 10px 0 0 10px; min-height:522px; height:522px; /* should be 477 */
     152border:0; display:inline; float:left; left:0; margin: 10px 0 0 10px;
    153153padding:0; width:230px; z-index:99; text-align: left; }
    154 #menubar ul.scroll { height:163px; overflow-y:auto;
     154#menubar ul.scroll { overflow-y:auto;
    155155 /* Only IE family supports colored scrollbar */
    156156 scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
    157157 scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
    158158 scrollbar-arrow-color: #ff3333; }
    159 
    160159#menubar dd {
    161160background: transparent url(images/menubar-detail.png) repeat-y top left;
    162 margin: 10px 0 0 0; padding: 0; height:232px; }
     161margin: 0; padding: 0 0 10px 0; }
    163162#menubar dl {
    164163background:transparent url(images/menuBoxTop_new.png) no-repeat scroll left top;
     
    166165#menubar dl.first {
    167166background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; }
     167#menubar dl.last { padding: 0 0 24px 0;}
    168168#menubar dt { margin: 0; display: block; background: none; left:10px; font-weight:bold;
    169 position:relative; padding: 5px 1px 4px 5px; top:-10px; font-size: 13px; color: #666;  outline:none;}
     169position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: #666;  outline:none;}
    170170#menubar dt  span { background-color: #111; cursor:pointer; }
    171171#menubar li { margin: 0 0 0 6px; }
     
    233233.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;}
    234234/* hacks */
    235 html>body #menubar {min-height:522px; height:522px;} /* IE 7 and modern browsers */
    236235* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
    237236*+html  .bigtext { left: 70px; }
Note: See TracChangeset for help on using the changeset viewer.