Changeset 2395


Ignore:
Timestamp:
Jun 23, 2008, 10:05:39 PM (16 years ago)
Author:
vdigital
Message:

Reworked admin menubar

Location:
trunk/admin/template/yoga/theme/admin
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/yoga/theme/admin/theme.css

    r2392 r2395  
    187187}
    188188.content {
    189  background: #222 url(images/fillet.png) repeat-x top left; min-height: 424px;
     189 background: #222 url(images/fillet.png) repeat-x top left; min-height: 420px;
    190190 border-width: 0; padding: 0 5px 0 0; list-style-type:none; margin: 0 10px 0 248px; }
    191191.header_notes {
     
    222222/* menubar is on all admin pages => No specific css file */
    223223#menubar {
    224 background:transparent url(images/admin_v2_menuBox-bottom.png) no-repeat scroll left bottom;
    225 border: 0; float:none; left: 0; margin:100px 5px 5px 35px; min-height:423px; padding: 0;
     224background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
     225border: 0; float:none; left: 0; margin:100px 5px 5px 35px; min-height:432px; padding: 0;
    226226position:absolute; top: 0; width:207px; display: inline;
    227227text-align: left; /*  "be nice to IE5" rule */ }
     
    232232margin: 0; padding: 0; height:232px; display:block; }
    233233#menubar dl {
    234 background:transparent url(images/admin_v2_menuBox-top_Y_n3.png) no-repeat scroll left top;
     234background:transparent url(images/menuBoxTop_new.png) no-repeat scroll left top;
    235235width: 207px; border:0; margin: 0; padding: 0; display: block; }
    236236#menubar dl.first {
    237 background:transparent url(images/menubar-top.png) no-repeat scroll left top; }
     237background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; }
    238238#menubar dt { margin: 0; display: block; background: none; left:10px;
    239239position:relative; padding: 5px; top:-15px; font-size: 14px; }
Note: See TracChangeset for help on using the changeset viewer.