Ignore:
Timestamp:
Mar 17, 2010, 12:59:58 PM (14 years ago)
Author:
plg
Message:

new tabs for the clear admin theme

File:
1 edited

Legend:

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

    r5145 r5159  
    2828position:absolute; left:0px; top:0px; z-index: 0;
    2929background:transparent }
    30 #theHeader { height:40px; margin: 0; padding: 0;
     30#theHeader { display:none; height:40px; margin: 0; padding: 0;
    3131background:transparent }
    3232h3, #imageToolBar a:hover, .row2, .content { background-color: #ddd; }
    3333.throw, .row1 { background-color:#eee; }
    3434.throw em { font-style: normal; color: #0cc9c; }
    35 #content { background: #ddd; min-height: 467px; border: 1px solid}
    36 .content { padding:5px 5px 5px 5px; margin: 0 10px 0 252px; z-index:99; }
     35#content { background: #ddd; min-height: 467px;}
     36.content { padding:0 5px 5px; margin: 0 10px 0 252px; z-index:99; }
    3737.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
    3838 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:transparent; border:0; display:table; float:right;
    110 font-family:verdana,arial,helvetica,sans-serif; font-size:8px; line-height:14px;
     108.tabsheet {
     109background-color:#eee; border:0px none; border-bottom:1px solid #777; display:table;
     110font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
    111111list-style-image:none; padding: 0; position:relative; text-decoration:none;
    112 top:-2px; white-space:nowrap; margin: 0 25px 0 0;}
    113 .tabsheet li { background:transparent;
    114 float:left; margin:0 2px 0 0; overflow:hidden; text-align:right; }
    115 .tabsheet a {
    116 color:#999; display:block; font-size:11px; border:0;
    117 font-weight: bold; height:18px; overflow:hidden; padding:8px 7px 5px 15px; line-height: 18px;
    118 text-align: right; text-decoration:none; margin: 0; }
    119 .tabsheet a:first-letter { text-transform: capitalize; }
    120 .tabsheet a:hover, .tabsheet li.selected_tab  a { color: #0a7; }
    121 .tabsheet a span { display:block; font-size:10px; padding:0 3px 0 1px; }
     112top:-2px; white-space:nowrap; margin: 0 0 0 -5px; padding-left:10px;
     113width:100%; }
     114.tabsheet li { background:#ddd; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #777; border-bottom:none; position:relative; top:11px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;}
     115.tabsheet a {
     116color:#777; display:block; font-size:11px; border:0;
     117font-weight:bold; overflow:hidden; padding:6px;
     118text-align:right; text-decoration:none; margin: 0; }
     119.tabsheet a:first-letter { text-transform:capitalize; }
     120.tabsheet li.selected_tab  {
     121  border-bottom:1px solid #ddd;
     122}
     123.tabsheet li:hover, .tabsheet li.selected_tab  {
     124margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
     125 }
     126.tabsheet a:hover, .tabsheet li.selected_tab  a { color: #333; }
     127.tabsheet a span { background-color:#ddd; display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
    122128
    123129.sort { clear: none; }
Note: See TracChangeset for help on using the changeset viewer.