Ignore:
Timestamp:
Oct 28, 2011, 9:35:45 PM (12 years ago)
Author:
rvelices
Message:

feature 2477: remove unnecesary admin css rules / html elements

File:
1 edited

Legend:

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

    r11962 r12528  
    7979.throw em { font-style: normal; color: #0cc9c; }
    8080#content { background: #f1f1f1; min-height: 467px;}
    81 .content { padding:0 5px 0 0; margin: 0 10px 0 252px; z-index:99; border: 1px solid #aaa;}
     81
     82.content {
     83  border: 1px solid #aaa;
     84}
     85
    8286.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
    8387 text-align:center; background:none; border: 0; }
     
    154158
    155159.sort { clear: none; }
    156 #debug { margin-left:248px; font-size:12px; }
    157160/* menubar is on all admin pages => No specific css file */
    158161#menubar {
    159 display:inline; float:left; left:0; margin: 10px 0 0 10px;
    160 padding:0; width:207px; z-index:99; text-align: left; }
     162  padding:0; width:207px; z-index:99; text-align: left;
     163}
     164
    161165#menubar ul.scroll { overflow-y:auto;
    162166 /* Only IE family supports colored scrollbar */
Note: See TracChangeset for help on using the changeset viewer.