Changeset 6027 for trunk/admin/themes
- Timestamp:
- May 1, 2010, 3:35:05 PM (15 years ago)
- Location:
- trunk/admin/themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/clear/theme.css
r6015 r6027 117 117 #content.content div.comment a.illustration{ margin-right: 30px;} 118 118 /* tabsheets are often used in admin pages => No specific css files */ 119 .tabsheet { 120 background-color:#f9f9f9; border:1px solid #f9f9f9; border-bottom:1px solid #aaa; display:table; 121 font-family:verdana,arial,helvetica,sans-serif; font-size:8px; 122 list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none; 123 top:-2px; white-space:nowrap; margin: 0 0 0 -6px; padding-left:10px; 124 width:100%; } 125 .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;} 119 .tabsheet { 120 display: table; 121 margin: 0; 122 padding: 0 0 0 35px; 123 list-style-type:none; 124 list-style-image:none; 125 white-space: nowrap; 126 } 127 128 .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;} 126 129 .tabsheet a { 127 130 display:block; font-size:11px; border:0; -
trunk/admin/themes/default/template/admin.tpl
r5997 r6027 92 92 </div> <!-- menubar --> 93 93 94 <div id="content" class="content"> 94 {if isset($TABSHEET)} 95 {$TABSHEET} 96 {/if} 95 97 96 {if isset($TABSHEET)} 97 {$TABSHEET} 98 {/if} 98 <div id="content" class="content{if isset($TABSHEET)} with-tabs{/if}"> 99 99 {if isset($U_HELP)} 100 100 <ul class="HelpActions"> -
trunk/admin/themes/roma/theme.css
r6015 r6027 125 125 text-align:center; top:0; width:100%; z-index:99; } 126 126 #content.content div.comment a.illustration{ margin-right: 30px;} 127 /* content with tabs */ 128 .with-tabs { 129 border-top: 1px solid #ff3363; 130 } 127 131 /* tabsheets are often used in admin pages => No specific css files */ 128 132 .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 { 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;} 135 142 .tabsheet a { 136 143 outline:none; color:#666; display:block; font-size:11px; border:0;
Note: See TracChangeset
for help on using the changeset viewer.