Ignore:
Timestamp:
03/29/10 14:36:50 (14 years ago)
Author:
pedroerp
Message:

Ticket #950 - Merged 2162:2348 /trunk/workflow/ em /sandbox/workflow/trunk

Location:
sandbox/workflow/trunk/templates/default/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/trunk/templates/default/css/common.css

    r795 r2371  
    189189 
    190190.info_tr_header{ 
    191         background-color: #cccccc; 
     191        /*background-color: #cccccc;*/ 
    192192        font-weight: bold; 
    193193        font-size: 13px;         
     
    268268 
    269269.table_elements_tr_header { 
    270         background-color: #CCCCCC; 
     270        /*background-color: #ABC6E1;*/ 
    271271} 
    272272 
  • sandbox/workflow/trunk/templates/default/css/orgchart.css

    r795 r2371  
    1616table.organizationList tbody tr th 
    1717{ 
    18         background-color: #CCCCCC; 
     18        /*background-color: #CCCCCC;*/ 
    1919} 
    2020 
    2121table.organizationList tbody tr.linha0 
    2222{ 
    23         background-color: #F2F2F2; 
     23        /*background-color: #F2F2F2;*/ 
    2424        font-size: 12px; 
    2525} 
     
    2727table.organizationList tbody tr.linha1 
    2828{ 
    29         background-color: #E5E5E5; 
     29        /*background-color: #E5E5E5;*/ 
    3030        font-size: 12px; 
    3131} 
     
    106106table.employeeList tbody th 
    107107{ 
    108         background-color: #CCCCCC; 
     108        /*background-color: #CCCCCC;*/ 
    109109        font-size: 13px; 
    110110} 
     
    112112table.employeeList tbody tr.linha0 
    113113{ 
    114         background-color: #FFF; 
     114        /*background-color: #FFF;*/ 
    115115        font-size: 12px; 
    116116} 
     
    118118table.employeeList tbody tr.linha1 
    119119{ 
    120         background-color: #F7F7F7; 
     120        /*background-color: #F7F7F7;*/ 
    121121        font-size: 12px; 
    122122} 
  • sandbox/workflow/trunk/templates/default/css/userinterface.css

    r795 r2371  
    126126        font-size: 11px !important; 
    127127        font-weight: normal; 
    128         background-color: #CCCCCC; 
     128        /*background-color: #ABC6E1;*/ 
    129129} 
    130130 
Note: See TracChangeset for help on using the changeset viewer.