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

bug:2348 merge r11393 from trunk
useless block on the right side of admin tab in Google Chrome

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/admin/themes/roma/theme.css

    r11308 r11394  
    4848
    4949#content { min-height: 466px; margin-top: 15px; }
    50 .content { padding:0 5px 5px; margin: 0 10px 0 248px; z-index:99; }
     50.content { padding:0 5px 0 0; margin: 0 10px 0 248px; z-index:99; border: 1px solid #222; }
    5151
    5252.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; text-align:center; background:none; border: 0; }
     
    106106#content.content div.comment a.illustration{ margin-right: 30px;}
    107107/* tabsheets are often used in admin  pages => No specific css files */
    108 .tabsheet {
    109 background-color:#111111; border:0px none; border-bottom:1px solid #ff3363; display:table;
     108#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0;
     109border:1px solid #111111; border-bottom:1px solid #ff3363; background-color:#111111;}
     110.tabsheet { display:table; white-space:nowrap; padding-left:10px; margin:0; width:auto;
    110111font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
    111 list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none;
    112 top:-2px; white-space:nowrap; margin: 0 0 0 -5px; padding-left:10px;
    113 width:100%; }
     112list-style-type:none; list-style-image:none; text-decoration:none; }
    114113.tabsheet li { background:#222222; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #ff3363; 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;}
    115114.tabsheet a {
Note: See TracChangeset for help on using the changeset viewer.