Changeset 11393 for trunk/admin
- Timestamp:
- Jun 16, 2011, 3:35:39 PM (13 years ago)
- Location:
- trunk/admin/themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/clear/theme.css
r11013 r11393 78 78 .throw em { font-style: normal; color: #0cc9c; } 79 79 #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;} 81 81 .content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; 82 82 text-align:center; background:none; border: 0; } … … 129 129 text-align:center; width:100%; } 130 130 #content.content div.comment a.illustration{ margin-right: 30px;} 131 131 132 /* 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; 134 border: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; 134 136 font-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%; } 137 list-style-type:none; list-style-image:none; text-decoration:none; } 138 138 .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;} 139 139 .tabsheet a { -
trunk/admin/themes/default/template/tabsheet.tpl
r6363 r11393 1 1 {if isset($tabsheet) and count($tabsheet)} 2 <div id="tabsheet"> 2 3 <ul class="tabsheet"> 3 4 {foreach from=$tabsheet key=name item=sheet} … … 7 8 {/foreach} 8 9 </ul> 10 </div> 9 11 {/if} -
trunk/admin/themes/roma/theme.css
r11307 r11393 48 48 49 49 #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; } 51 51 52 52 .content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; text-align:center; background:none; border: 0; } … … 106 106 #content.content div.comment a.illustration{ margin-right: 30px;} 107 107 /* 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; 109 border: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; 110 111 font-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%; } 112 list-style-type:none; list-style-image:none; text-decoration:none; } 114 113 .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;} 115 114 .tabsheet a {
Note: See TracChangeset
for help on using the changeset viewer.