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

    r6015 r6027  
    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}
    127131/* tabsheets are often used in admin  pages => No specific css files */
    128132.tabsheet {
    129 background-color:#111111; border:0px none; border-bottom:1px solid #ff3363; display:table;
    130 font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
    131 list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none;
    132 top:-2px; white-space:nowrap; margin: 0 0 0 -5px; padding-left:10px;
    133 width: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;}
     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 {
     141background:#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;}
    135142.tabsheet a {
    136143outline:none; color:#666; display:block; font-size:11px; border:0;
Note: See TracChangeset for help on using the changeset viewer.