HomeHelpTrac

Changeset 15545 for trunk/templates


Ignore:
Timestamp:
10/06/11 02:13:59 (8 months ago)
Author:
Alexander Trofimov
Message:

Design boxes + default styles for fonts + buttons with images fix

Location:
trunk/templates/base
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/css/common.css

    r15538 r15545  
    137137 
    138138.bx-db-title { 
    139     line-height:40px; 
    140     font-size:16px; 
    141     font-weight:bold; 
    142139    float:left; 
    143140} 
     
    307304    background-position:0px 11px; 
    308305} 
     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 
    309319button.bx-btn, 
    310320input.bx-btn {     
     
    379389} 
    380390 
     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  
    144144} 
    145145 
     146.bx-def-font-small { 
     147    font-size:11px; 
     148} 
     149 
     150.bx-def-font-large { 
     151    font-size:14px; 
     152} 
     153 
     154h1, 
     155.bx-def-font-h1 { 
     156    font-size:24px; 
     157    font-weight:bold; 
     158} 
     159 
     160h2, 
     161.bx-def-font-h2 { 
     162    font-size:18px; 
     163    font-weight:bold; 
     164} 
     165 
     166h3, 
     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  
    11<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> 
    33    <div class="bx-db-content">__designbox_content__</div> 
    44    __bottom_item__ 
  • trunk/templates/base/designbox_11.html

    r15474 r15545  
    11<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> 
    33    <div class="bx-db-content bx-def-padding">__designbox_content__</div> 
    44    __bottom_item__ 
Note: See TracChangeset for help on using the changeset viewer.