Changeset 6320 for trunk/admin


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

Location:
trunk/admin/themes
Files:
3 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 {
  • trunk/admin/themes/default/template/admin.tpl

    r6056 r6320  
    9292</div> <!-- menubar -->
    9393
    94 {if isset($TABSHEET)}
    95 {$TABSHEET}
    96 {/if}
     94<div id="content" class="content">
    9795
    98 <div id="content" class="content{if isset($TABSHEET)} with-tabs{/if}">
     96  {if isset($TABSHEET)}
     97  {$TABSHEET}
     98  {/if}
    9999  {if isset($U_HELP)}
    100100  <ul class="HelpActions">
  • 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.