Changeset 852


Ignore:
Timestamp:
Aug 26, 2005, 9:54:45 PM (19 years ago)
Author:
chrisaga
Message:

as discussed with z0rglub, increase #menubar width to 22em in #theAdminPage

Location:
trunk/template/cclear
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/cclear/content.css

    r850 r852  
    11/* $Id$ */
    22#content {
    3     margin-left: 14em;
     3    margin-left: 24em;
    44    margin-right: 1em;
    55    margin-bottom: 1em; /* when it's longer than menu bar */
     6}
     7BODY#theAdminPage #content {
     8    margin-left: 14em;
    69}
    710
  • trunk/template/cclear/menubar.css

    r820 r852  
    55    left: 0px;
    66
    7     width: 12em;
     7    width: 22em;
    88    margin: 0 0 10px 1em;
    99    padding: 0;
     
    1212    display: inline;
    1313    text-align: left; /* follow-up of the "be nice to IE5" rule */
     14}
     15
     16BODY#theAdminPage #menubar {
     17    width: 12em;
    1418}
    1519
Note: See TracChangeset for help on using the changeset viewer.