Changeset 11393


Ignore:
Timestamp:
Jun 16, 2011, 3:35:39 PM (13 years ago)
Author:
mistic100
Message:

bug:2348 useless block on the right side of admin tab in Google Chrome

Location:
trunk/admin/themes
Files:
3 edited

Legend:

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

    r11013 r11393  
    7878.throw em { font-style: normal; color: #0cc9c; }
    7979#content { background: #f1f1f1; min-height: 467px;}
    80 .content { padding:0 5px 5px; margin: 0 10px 0 252px; z-index:99; border: 1px solid #aaa;}
     80.content { padding:0 5px 0 0; margin: 0 10px 0 252px; z-index:99; border: 1px solid #aaa;}
    8181.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
    8282 text-align:center; background:none; border: 0; }
     
    129129text-align:center; width:100%; }
    130130#content.content div.comment a.illustration{ margin-right: 30px;}
     131
    131132/* tabsheets are often used in admin  pages => No specific css files */
    132 .tabsheet {
    133 background-color:#f9f9f9; border:1px solid #f9f9f9; border-bottom:1px solid #aaa; display:table;
     133#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0;
     134border:1px solid #f9f9f9; border-bottom:1px solid #aaa; background-color:#f9f9f9;}
     135.tabsheet { display:table; white-space:nowrap; padding-left:10px; margin:0; width:auto;
    134136font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
    135 list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none;
    136 top:-2px; white-space:nowrap; margin: 0 0 0 -6px; padding-left:10px;
    137 width:100%; }
     137list-style-type:none; list-style-image:none; text-decoration:none; }
    138138.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;}
    139139.tabsheet a {
  • trunk/admin/themes/default/template/tabsheet.tpl

    r6363 r11393  
    11{if isset($tabsheet) and count($tabsheet)}
     2<div id="tabsheet">
    23<ul class="tabsheet">
    34{foreach from=$tabsheet key=name item=sheet}
     
    78{/foreach}
    89</ul>
     10</div>
    911{/if}
  • trunk/admin/themes/roma/theme.css

    r11307 r11393  
    4848
    4949#content { min-height: 466px; margin-top: 15px; }
    50 .content { padding:0 5px 5px; margin: 0 10px 0 248px; z-index:99; }
     50.content { padding:0 5px 0 0; margin: 0 10px 0 248px; z-index:99; border: 1px solid #222; }
    5151
    5252.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; 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:#111111; border:0px none; border-bottom:1px solid #ff3363; display:table;
     108#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0;
     109border:1px solid #111111; border-bottom:1px solid #ff3363; background-color:#111111;}
     110.tabsheet { display:table; white-space:nowrap; padding-left:10px; margin:0; width:auto;
    110111font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
    111 list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none;
    112 top:-2px; white-space:nowrap; margin: 0 0 0 -5px; padding-left:10px;
    113 width:100%; }
     112list-style-type:none; list-style-image:none; text-decoration:none; }
    114113.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;}
    115114.tabsheet a {
Note: See TracChangeset for help on using the changeset viewer.