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

    r6247 r6320  
    125125text-align:center; top:0; width:100%; z-index:99; }
    126126#content.content div.comment a.illustration{ margin-right: 30px;}
    127 /* content with tabs */
    128 .with-tabs {
    129   border-top: 1px solid #ff3363;
    130 }
    131127/* tabsheets are often used in admin  pages => No specific css files */
    132128.tabsheet {
    133   display: table;
    134   margin: 0 0 -15px 0;
    135   padding: 0 0 0 20px;
    136   list-style-type:none;
    137   list-style-image:none;
    138   white-space: nowrap;
    139 }
    140 .tabsheet li {
    141 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;}
     129background-color:#111111; border:0px none; border-bottom:1px solid #ff3363; display:table;
     130font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
     131list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none;
     132top:-2px; white-space:nowrap; margin: 0 0 0 -5px; padding-left:10px;
     133width:100%; }
     134.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;}
    142135.tabsheet a {
    143136outline:none; color:#666; display:block; font-size:11px; border:0;
Note: See TracChangeset for help on using the changeset viewer.