Changeset 15545 for trunk/templates
- Timestamp:
- 10/06/11 02:13:59 (8 months ago)
- Location:
- trunk/templates/base
- Files:
-
- 4 edited
-
css/common.css (modified) (3 diffs)
-
css/default.css (modified) (1 diff)
-
designbox_1.html (modified) (1 diff)
-
designbox_11.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/css/common.css
r15538 r15545 137 137 138 138 .bx-db-title { 139 line-height:40px;140 font-size:16px;141 font-weight:bold;142 139 float:left; 143 140 } … … 307 304 background-position:0px 11px; 308 305 } 306 307 .bx-btn-small i { 308 background-position:0px 4px; 309 } 310 311 .bx-btn-small u { 312 display:block; 313 min-width:15px; 314 min-height:20px; 315 background-repeat:no-repeat; 316 background-position:0px 3px; 317 } 318 309 319 button.bx-btn, 310 320 input.bx-btn { … … 379 389 } 380 390 391 .bx-btn-symbol { 392 font-size:24px; 393 line-height:32px; 394 } 395 396 .bx-btn-symbol-small { 397 font-size:18px; 398 line-height:16px; 399 } 400 401 402 -
trunk/templates/base/css/default.css
r15500 r15545 144 144 } 145 145 146 .bx-def-font-small { 147 font-size:11px; 148 } 149 150 .bx-def-font-large { 151 font-size:14px; 152 } 153 154 h1, 155 .bx-def-font-h1 { 156 font-size:24px; 157 font-weight:bold; 158 } 159 160 h2, 161 .bx-def-font-h2 { 162 font-size:18px; 163 font-weight:bold; 164 } 165 166 h3, 167 .bx-def-font-h3 { 168 font-size:16px; 169 font-weight:bold; 170 } 171 172 173 -
trunk/templates/base/designbox_1.html
r15211 r15545 1 1 <div class="bx-db-container bx-def-border bx-def-color-bg-block bx-def-margin-bottom"> 2 <div class="bx-db-header bx-def-border-bottom"><div class="bx-db-title bx-def-padding-sec-left">__title__</div>__caption_item__<div class="bx-clear"></div></div>2 <div class="bx-db-header"><div class="bx-db-title bx-def-padding-left bx-def-padding-top bx-def-font-h2">__title__</div>__caption_item__<div class="bx-clear"></div></div> 3 3 <div class="bx-db-content">__designbox_content__</div> 4 4 __bottom_item__ -
trunk/templates/base/designbox_11.html
r15474 r15545 1 1 <div class="bx-db-container bx-def-border bx-def-color-bg-block bx-def-margin-bottom"> 2 <div class="bx-db-header bx-def-border-bottom"><div class="bx-db-title bx-def-padding-sec-left">__title__</div>__caption_item__<div class="bx-clear"></div></div>2 <div class="bx-db-header"><div class="bx-db-title bx-def-padding-left bx-def-padding-top bx-def-font-h2">__title__</div>__caption_item__<div class="bx-clear"></div></div> 3 3 <div class="bx-db-content bx-def-padding">__designbox_content__</div> 4 4 __bottom_item__
Note: See TracChangeset
for help on using the changeset viewer.