Ignore:
Timestamp:
Jun 16, 2011, 3:35:39 PM (13 years ago)
Author:
mistic100
Message:

bug:2348 useless block on the right side of admin tab in Google Chrome

File:
1 edited

Legend:

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

    r11013 r11393  
    7878.throw em { font-style: normal; color: #0cc9c; }
    7979#content { background: #f1f1f1; min-height: 467px;}
    80 .content { padding:0 5px 5px; margin: 0 10px 0 252px; z-index:99; border: 1px solid #aaa;}
     80.content { padding:0 5px 0 0; margin: 0 10px 0 252px; z-index:99; border: 1px solid #aaa;}
    8181.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
    8282 text-align:center; background:none; border: 0; }
     
    129129text-align:center; width:100%; }
    130130#content.content div.comment a.illustration{ margin-right: 30px;}
     131
    131132/* tabsheets are often used in admin  pages => No specific css files */
    132 .tabsheet {
    133 background-color:#f9f9f9; border:1px solid #f9f9f9; border-bottom:1px solid #aaa; display:table;
     133#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0;
     134border:1px solid #f9f9f9; border-bottom:1px solid #aaa; background-color:#f9f9f9;}
     135.tabsheet { display:table; white-space:nowrap; padding-left:10px; margin:0; width:auto;
    134136font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
    135 list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none;
    136 top:-2px; white-space:nowrap; margin: 0 0 0 -6px; padding-left:10px;
    137 width:100%; }
     137list-style-type:none; list-style-image:none; text-decoration:none; }
    138138.tabsheet li { background:#f1f1f1; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #aaa; border-bottom:none; position:relative; top:11px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;}
    139139.tabsheet a {
Note: See TracChangeset for help on using the changeset viewer.