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/roma/theme.css

    r12005 r12528  
    4848
    4949#content { min-height: 466px; margin-top: 15px; }
    50 .content { padding:0 5px 0 0; margin: 0 10px 0 248px; z-index:99; border: 1px solid #222; }
     50
     51.content {
     52  border: 1px solid #222;
     53}
    5154
    5255.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; text-align:center; background:none; border: 0; }
     
    5558
    5659.content dl, dd { margin:5px; }
    57 .content div.titrePage {}
    5860
    5961
     
    125127.tabsheet a:hover, .tabsheet li.selected_tab  a { color: #F36; }
    126128.tabsheet a span { background-color:#222; display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
    127 #debug { margin-left:248px; font-size:12px; }
    128129/* menubar is on all admin pages => No specific css file */
    129130#menubar {
    130131background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
    131 border:0; display:inline; float:left; left:0; margin: 10px 0 0 10px;
    132 padding:0; width:230px; z-index:99; text-align: left; }
     132border:0;
     133padding:0; width:230px; z-index:99; text-align: left;
     134}
     135
    133136#menubar dd {
    134137background: transparent url(images/menubar-detail.png) repeat-y top left;
Note: See TracChangeset for help on using the changeset viewer.