HomeHelpTrac

Changeset 15748 for trunk/templates


Ignore:
Timestamp:
12/11/11 23:00:35 (6 months ago)
Author:
Alexander Trofimov
Message:

Studio styles alterations

Location:
trunk/templates/base/css
Files:
2 edited

Legend:

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

    r15711 r15748  
    150150 
    151151.bx-def-font { 
    152     font-family:Lucida Grande,Arial,sans-serif; 
    153     font-size:12px; 
     152    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
     153    font-size:14px; 
    154154    color:#333; 
    155155} 
    156156 
    157157.bx-def-font-inputs { 
    158     font-family:Lucida Grande,Arial,sans-serif; 
    159     font-size:12px; 
     158    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
     159    font-size:14px; 
    160160    color:#333; 
    161161} 
     
    170170 
    171171.bx-def-font-large { 
    172     font-size:14px; 
     172    font-size:18px; 
    173173} 
    174174 
    175175h1, 
    176176.bx-def-font-h1 { 
    177     font-size:24px; 
     177    font-size:32px; 
    178178    font-weight:bold; 
    179179} 
     
    181181h2, 
    182182.bx-def-font-h2 { 
    183     font-size:18px; 
     183    font-size:24px; 
    184184    font-weight:bold; 
    185185} 
     
    187187h3, 
    188188.bx-def-font-h3 { 
    189     font-size:16px; 
     189    font-size:18px; 
    190190    font-weight:bold; 
    191191} 
  • trunk/templates/base/css/forms.css

    r15718 r15748  
    4949 
    5050.bx-form-caption { 
    51     font-weight:bold; 
    5251    margin-bottom:5px; 
    5352} 
     
    7271    position:absolute; 
    7372    left:-4px; 
    74     top:1px; 
     73    top:3px; 
    7574    width:16px; 
    7675    height:16px; 
Note: See TracChangeset for help on using the changeset viewer.