Changeset 945

Show
Ignore:
Timestamp:
08/11/08 05:46:00 (3 months ago)
Author:
stavros
Message:

Various changes to main.css to improve compatibility with CSS 2.1 and 3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/Public/templates/default/css/main.css

    r899 r945  
    1010div.scrollreal{ 
    1111        position:relative; 
    12         top:16
     12        top: 16px
    1313        height: 250px; 
    1414        overflow: auto; 
     
    106106        COLOR: #666666;  
    107107        font-weight: bold; 
    108         font : 12
     108        font-size: 12px
    109109        text-decoration: none; 
    110110} 
     
    112112        COLOR: #666666; 
    113113        font-weight: bold;       
    114         font : 12
     114        font-size: 12px
    115115        text-decoration: none; 
    116116} 
     
    119119 COLOR: #333399; 
    120120 font-weight: bold;  
    121  font : 12
     121 font-size: 12px
    122122 text-decoration: none;  
    123123 } 
     
    126126 COLOR: #cc0033; 
    127127 font-weight: bold;  
    128  font : 12
     128 font-size: 12px
    129129 text-decoration: none; 
    130130  
     
    272272} 
    273273.callhistory_td4{ 
    274         background-color: #b72222 
     274        background-color: #b72222; 
    275275        font-family: Verdana; 
    276276        font-size: 10px; 
     
    379379.pp_error_maintable_tr1{ 
    380380        background-color: #4e81c4; 
    381         font-size: 5
     381        font-size: large
    382382        color: #FFFFFF; 
    383383} 
    384384.pp_error_maintable_error{ 
    385         font-size: 4
     385        font-size: medium
    386386        color: #3050c2; 
    387387} 
     
    839839.viewhandler_span2 
    840840{        
    841         color: cc0000; 
     841        color: #cc0000; 
    842842} 
    843843.viewhandler_table3_td1 
     
    11761176} 
    11771177.infoBox { 
    1178   background: whitesmoke; 
     1178  background: WhiteSmoke; 
    11791179  border-color: #7b9ebd; 
    11801180  border-style: solid; 
     
    11831183.invoice_main_table 
    11841184{ 
    1185         border-right: lightgrey 1px solid; 
     1185        border-right: LightGrey 1px solid; 
    11861186        padding-right: 2px; 
    1187         border-top: lightgrey 1px solid; 
     1187        border-top: LightGrey 1px solid; 
    11881188        padding-left: 2px; 
    11891189        padding-bottom: 0px; 
    11901190        margin-left: auto; 
    1191         border-left: lightgrey 1px solid; 
     1191        border-left: LightGrey 1px solid; 
    11921192        width: 95%; 
    11931193        margin-right: auto; 
    11941194        padding-top: 0px; 
    1195         border-bottom: lightgrey 1px solid; 
     1195        border-bottom: LightGrey 1px solid; 
    11961196} 
    11971197.invoice_heading 
     
    12141214        color: navy; 
    12151215        font-family: Arial, Verdana;     
    1216         background-color: lightgrey; 
     1216        background-color: LightGrey; 
    12171217        text-align: left; 
    12181218} 


Google