IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2007, 3:21:41 PM (19 years ago)
Author:
eugene
Message:

updating to current db table layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/ipp.css

    r10621 r12835  
    5050}
    5151
     52table.select { text-align: left;
     53             font-size: small;
     54             font-weight: normal;
     55             background: #0080c0;
     56             border: 1px solid #0080c0;
     57             padding: 0px;
     58}
     59
     60td.select  {
     61           text-align: left;
     62           font-size: normal; 
     63           font-weight: bold; 
     64           vertical-align: top;
     65           color: #ffffff;
     66           background: #0080c0;
     67           background-color: #0080c0;
     68           border: 2px solid #0080c0;
     69           padding: 2px;
     70}
     71
     72th.select  {
     73           text-align: left;
     74           font-size: normal; 
     75           font-weight: bold; 
     76           vertical-align: top;
     77           color: #000000;
     78           background: #d0d0ff;
     79           background-color: #d0d0ff;
     80           border: 0px solid #0080c0;
     81           padding: 2px;
     82}
     83
    5284table.list { text-align: left;
    5385             font-size: small;
Note: See TracChangeset for help on using the changeset viewer.