Ignore:
Timestamp:
May 1, 2010, 3:35:05 PM (14 years ago)
Author:
nikrou
Message:

Bug 1636 fixed : add radius for chrome. Simplify css tabsheet.

File:
1 edited

Legend:

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

    r6015 r6027  
    117117#content.content div.comment a.illustration{ margin-right: 30px;}
    118118/* tabsheets are often used in admin  pages => No specific css files */
    119 .tabsheet {
    120 background-color:#f9f9f9; border:1px solid #f9f9f9; border-bottom:1px solid #aaa; display:table;
    121 font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
    122 list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none;
    123 top:-2px; white-space:nowrap; margin: 0 0 0 -6px; padding-left:10px;
    124 width:100%; }
    125 .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;}
     119.tabsheet {
     120  display: table;
     121  margin: 0;
     122  padding: 0 0 0 35px;
     123  list-style-type:none;
     124  list-style-image:none;
     125  white-space: nowrap;
     126}
     127
     128.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;}
    126129.tabsheet a {
    127130display:block; font-size:11px; border:0;
Note: See TracChangeset for help on using the changeset viewer.