Changeset 206

Show
Ignore:
Timestamp:
02/22/08 09:55:41 (6 months ago)
Author:
erik
Message:

l&f fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • incubator/laf/relevance_os.css

    r193 r206  
    3636} 
    3737 
    38 h1 s
     38h1
    3939        color: #29322d;          
    4040} 
     
    6969} 
    7070 
     71a:link { 
     72        color:  #0f70ac 
     73}    
     74 
     75a:visited { 
     76        color: #29322d 
     77 
     78 
     79a:hover { 
     80        text-decoration: none;  
     81        color: #0066ff; 
     82}    
     83 
     84a:active { 
     85        color:  #0f70ac 
     86}    
     87 
    7188hr { 
    7289        border: none 0;  
     
    84101        width: 100%; 
    85102        border-spacing: 0; 
     103 
     104        /* 
    86105        border-left: 1px solid #29322d; 
    87106        border-right: 1px solid #29322d; 
    88107        border-bottom: 1px solid #29322d; 
     108        */ 
    89109} 
    90          
     110 
    91111table thead th { 
    92112        color: #acad9d ; 
     113        background: #29322d; 
     114        border-top: 1px solid #414d47;   
     115        border-right: 1px solid #414d47; 
     116        border-left: 1px solid #29322d;  
     117        border-bottom: #202a25; 
     118        text-align: left; 
     119        font-size: 85%; 
     120} 
     121 
     122 
     123/* sortable */ 
     124 
     125table thead th.header { 
     126        cursor: pointer !important; 
     127        background:  #29322d url(images/table-sort.gif) no-repeat 97% 2px; 
     128} 
     129 
     130table thead th.headerSortDown { 
     131        background-position: 97% -58px; 
     132} 
     133 
     134table thead th.headerSortUp { 
     135                background-position: 97% -118px; 
    93136} 
    94137 
     
    101144 
    102145tbody td, tbody tr.normal td { 
    103         background: #8D907B; 
    104         border-bottom: none; 
    105         border-left: none; 
    106         border-right: 1px solid #52594C; 
    107         border-top: 1px solid #52594C; 
     146        background: #d7d7c7; 
     147 
    108148        padding: 2px 3px 3px 4px 
    109 } 
    110  
    111  
    112 tbody tr.alt td { 
    113         background: #747968; 
    114         border-bottom: none; 
    115         border-left: none; 
    116         border-right: 1px solid #52594C; 
    117         border-top: 1px solid #52594C; 
    118         padding: 2px 3px 3px 4px 
    119 } 
    120  
    121  
    122 table thead th { 
    123         background: #29322d; 
    124         border-top: 1px solid #414d47;   
    125         border-right: 1px solid #414d47; 
    126         border-left: 1px solid #29322d;  
    127         border-bottom: #202a25; 
    128         text-align: left; 
    129         font-size: 85%; 
    130149} 
    131150 
     
    134153        border-right: 1px solid #202a25; 
    135154        border-left: 1px solid #202a25; 
     155} 
     156 
     157tbody tr.odd td { 
     158        background: #cacabb; 
     159} 
     160 
     161tbody td.center { 
     162        text-align: center; 
    136163} 
    137164