Changeset 946

Show
Ignore:
Timestamp:
08/11/08 11:56:45 (3 months ago)
Author:
stavros
Message:

fix CSS in the Customer UI too

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/A2BCustomer_UI/templates/default/css/main.css

    r29 r946  
    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} 
     
    827827.viewhandler_span2 
    828828{        
    829         color: cc0000; 
     829        color: #cc0000; 
    830830} 
    831831.viewhandler_table3_td1 
     
    11641164} 
    11651165.infoBox { 
    1166   background: whitesmoke; 
     1166  background: WhiteSmoke; 
    11671167  border-color: #7b9ebd; 
    11681168  border-style: solid; 
     
    11711171.invoice_main_table 
    11721172{ 
    1173         border-right: lightgrey 1px solid; 
     1173        border-right: LightGrey 1px solid; 
    11741174        padding-right: 2px; 
    1175         border-top: lightgrey 1px solid; 
     1175        border-top: LightGrey 1px solid; 
    11761176        padding-left: 2px; 
    11771177        padding-bottom: 0px; 
    11781178        margin-left: auto; 
    1179         border-left: lightgrey 1px solid; 
     1179        border-left: LightGrey 1px solid; 
    11801180        width: 95%; 
    11811181        margin-right: auto; 
    11821182        padding-top: 0px; 
    1183         border-bottom: lightgrey 1px solid; 
     1183        border-bottom: LightGrey 1px solid; 
    11841184} 
    11851185.invoice_heading 
     
    12021202        color: navy; 
    12031203        font-family: Arial, Verdana;     
    1204         background-color: lightgrey; 
     1204        background-color: LightGrey; 
    12051205        text-align: left; 
    12061206} 
  • branches/1.3/A2BCustomer_UI/templates/design1/css/main.css

    r1 r946  
    1010div.scrollreal{ 
    1111        position:relative; 
    12         top:16
     12        top: 16px
    1313        height: 250px;   
    1414        overflow: auto; 
     
    115115         
    116116        font-weight: bold; 
    117         font : 9
     117        font-size : 9px
    118118        text-decoration: none; 
    119119} 
     
    123123        COLOR: #666666; 
    124124        font-weight: bold;       
    125         font : 9
     125        font-size: 9px
    126126        text-decoration: none; 
    127127} 
     
    130130 COLOR: #333399; 
    131131 font-weight: bold;  
    132  font : 9
     132 font-size: 9px
    133133 text-decoration: none; 
    134134  
     
    138138 COLOR: #cc0033; 
    139139 font-weight: bold;  
    140  font : 9
     140 font-size: 9px
    141141 text-decoration: none; 
    142142  
     
    365365.pp_error_maintable_tr1{ 
    366366        background-color: #4e81c4; 
    367         font-size: 5
     367        font-size: large
    368368        color: #FFFFFF; 
    369369} 
    370370.pp_error_maintable_error{ 
    371         font-size: 4
     371        font-size: medium
    372372        color: #3050c2; 
    373373} 
     
    803803.viewhandler_span2 
    804804{        
    805         color: cc0000; 
     805        color: #cc0000; 
    806806} 
    807807.viewhandler_table3_td1 
     
    10941094{ 
    10951095        border-top-style: none; 
    1096         border-bottom: mediam dotted #667766; 
     1096        border-bottom: medium dotted #667766; 
    10971097        border-right-style: none; 
    10981098        border-left-style: none; 
     
    12291229.invoice_main_table 
    12301230{ 
    1231        border-right: lightgrey 1px solid; 
     1231       border-right: LightGrey 1px solid; 
    12321232       padding-right: 2px; 
    1233        border-top: lightgrey 1px solid; 
     1233       border-top: LightGrey 1px solid; 
    12341234       padding-left: 2px; 
    12351235       padding-bottom: 0px; 
    12361236       margin-left: auto; 
    1237        border-left: lightgrey 1px solid; 
     1237       border-left: LightGrey 1px solid; 
    12381238       width: 95%; 
    12391239       margin-right: auto; 
    12401240       padding-top: 0px; 
    1241        border-bottom: lightgrey 1px solid; 
     1241       border-bottom: LightGrey 1px solid; 
    12421242} 
    12431243.invoice_heading 
     
    12601260       color: navy; 
    12611261       font-family: Arial, Verdana; 
    1262        background-color: lightgrey; 
     1262       background-color: LightGrey; 
    12631263       text-align: left; 
    1264        border-color: 
     1264       border-color: Black; 
    12651265} 
    12661266.invoice_td 
  • trunk/customer/templates/default/css/main.css

    r212 r946  
    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} 
     
    827827.viewhandler_span2 
    828828{        
    829         color: cc0000; 
     829        color: #cc0000; 
    830830} 
    831831.viewhandler_table3_td1 
     
    11641164} 
    11651165.infoBox { 
    1166   background: whitesmoke; 
     1166  background: WhiteSmoke; 
    11671167  border-color: #7b9ebd; 
    11681168  border-style: solid; 
     
    11711171.invoice_main_table 
    11721172{ 
    1173         border-right: lightgrey 1px solid; 
     1173        border-right: LightGrey 1px solid; 
    11741174        padding-right: 2px; 
    1175         border-top: lightgrey 1px solid; 
     1175        border-top: LightGrey 1px solid; 
    11761176        padding-left: 2px; 
    11771177        padding-bottom: 0px; 
    11781178        margin-left: auto; 
    1179         border-left: lightgrey 1px solid; 
     1179        border-left: LightGrey 1px solid; 
    11801180        width: 95%; 
    11811181        margin-right: auto; 
    11821182        padding-top: 0px; 
    1183         border-bottom: lightgrey 1px solid; 
     1183        border-bottom: LightGrey 1px solid; 
    11841184} 
    11851185.invoice_heading 
     
    12021202        color: navy; 
    12031203        font-family: Arial, Verdana;     
    1204         background-color: lightgrey; 
     1204        background-color: LightGrey; 
    12051205        text-align: left; 
    12061206} 
  • trunk/customer/templates/design1/css/main.css

    r1 r946  
    1010div.scrollreal{ 
    1111        position:relative; 
    12         top:16
     12        top: 16px
    1313        height: 250px;   
    1414        overflow: auto; 
     
    115115         
    116116        font-weight: bold; 
    117         font : 9
     117        font-size : 9px
    118118        text-decoration: none; 
    119119} 
     
    123123        COLOR: #666666; 
    124124        font-weight: bold;       
    125         font : 9
     125        font-size: 9px
    126126        text-decoration: none; 
    127127} 
     
    130130 COLOR: #333399; 
    131131 font-weight: bold;  
    132  font : 9
     132 font-size: 9px
    133133 text-decoration: none; 
    134134  
     
    138138 COLOR: #cc0033; 
    139139 font-weight: bold;  
    140  font : 9
     140 font-size: 9px
    141141 text-decoration: none; 
    142142  
     
    365365.pp_error_maintable_tr1{ 
    366366        background-color: #4e81c4; 
    367         font-size: 5
     367        font-size: large
    368368        color: #FFFFFF; 
    369369} 
    370370.pp_error_maintable_error{ 
    371         font-size: 4
     371        font-size: medium
    372372        color: #3050c2; 
    373373} 
     
    803803.viewhandler_span2 
    804804{        
    805         color: cc0000; 
     805        color: #cc0000; 
    806806} 
    807807.viewhandler_table3_td1 
     
    10941094{ 
    10951095        border-top-style: none; 
    1096         border-bottom: mediam dotted #667766; 
     1096        border-bottom: medium dotted #667766; 
    10971097        border-right-style: none; 
    10981098        border-left-style: none; 
     
    12291229.invoice_main_table 
    12301230{ 
    1231        border-right: lightgrey 1px solid; 
     1231       border-right: LightGrey 1px solid; 
    12321232       padding-right: 2px; 
    1233        border-top: lightgrey 1px solid; 
     1233       border-top: LightGrey 1px solid; 
    12341234       padding-left: 2px; 
    12351235       padding-bottom: 0px; 
    12361236       margin-left: auto; 
    1237        border-left: lightgrey 1px solid; 
     1237       border-left: LightGrey 1px solid; 
    12381238       width: 95%; 
    12391239       margin-right: auto; 
    12401240       padding-top: 0px; 
    1241        border-bottom: lightgrey 1px solid; 
     1241       border-bottom: LightGrey 1px solid; 
    12421242} 
    12431243.invoice_heading 
     
    12601260       color: navy; 
    12611261       font-family: Arial, Verdana; 
    1262        background-color: lightgrey; 
     1262       background-color: LightGrey; 
    12631263       text-align: left; 
    1264        border-color: 
     1264       border-color: Black; 
    12651265} 
    12661266.invoice_td 


Google