Ignore:
Timestamp:
May 24, 2010, 11:29:15 AM (14 years ago)
Author:
plg
Message:

bug 1667 fixed: r6027 was fixing a minor error on tabs for Google Chrome/Safari
BUT was introducing a major visual issue for IE8. Backmerged + adds the -webkit
radius anyway.

This is a quickfix for release 2.1.1, the improved display introduced by nikrou
was nice and it would be better to have it, but working in IE8

File:
1 edited

Legend:

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

    r6072 r6320  
    144144#content.content div.comment a.illustration{ margin-right: 30px;}
    145145/* tabsheets are often used in admin  pages => No specific css files */
    146 .tabsheet {
    147   display: table;
    148   margin: 0;
    149   padding: 0 0 0 35px;
    150   list-style-type:none;
    151   list-style-image:none;
    152   white-space: nowrap;
    153 }
    154 
     146.tabsheet {
     147background-color:#f9f9f9; border:1px solid #f9f9f9; border-bottom:1px solid #aaa; display:table;
     148font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
     149list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none;
     150top:-2px; white-space:nowrap; margin: 0 0 0 -6px; padding-left:10px;
     151width:100%; }
    155152.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;}
    156153.tabsheet a {
Note: See TracChangeset for help on using the changeset viewer.