Changeset 490 for trunk/web-app


Ignore:
Timestamp:
Apr 18, 2010, 10:03:40 PM (14 years ago)
Author:
gav
Message:

Add work done by person and date feature with view and search logic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r453 r490  
    261261    vertical-align: top;
    262262}
     263tr.total {
     264    background: #EDEDED;
     265}
     266tr.total td{
     267    color: #555;
     268    font-size: 14px;
     269    font-weight: bold;
     270}
    263271td.idColumn {
    264272    width: 25px;
     
    304312    background: #fff;
    305313    cursor: pointer;
     314}
     315.clickableEven td.notClickable {
     316    cursor: default;
     317}
     318.clickableOdd td.notClickable {
     319    cursor: default;
    306320}
    307321
Note: See TracChangeset for help on using the changeset viewer.