IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2008, 6:15:23 AM (18 years ago)
Author:
eugene
Message:

all sorts of updates to the format; up/down icons, etc

File:
1 edited

Legend:

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

    r13725 r18193  
    112112}
    113113
     114td.list_drop  {
     115           text-align: left;
     116           font-size: normal; 
     117           font-weight: normal; 
     118           vertical-align: top;
     119           background: #a0a0a0;
     120           background-color: #a0a0a0;
     121           border: 2px solid #000000;
     122           padding: 2px;
     123}
     124
    114125td.list_run  {
    115126           text-align: left;
     
    119130           background: #ffa0a0;
    120131           background-color: #ffa0a0;
     132           border: 2px solid #000000;
     133           padding: 2px;
     134}
     135
     136td.det_off  {
     137           text-align: left;
     138           font-size: normal; 
     139           font-weight: normal; 
     140           vertical-align: top;
     141           background: #a0a0a0;
     142           background-color: #a0a0a0;
     143           border: 2px solid #000000;
     144           padding: 2px;
     145}
     146
     147td.det_drop  {
     148           text-align: left;
     149           font-size: normal; 
     150           font-weight: normal; 
     151           vertical-align: top;
     152           background: #a0a0a0;
     153           background-color: #ffa0a0;
     154           border: 2px solid #000000;
     155           padding: 2px;
     156}
     157
     158td.det_add  {
     159           text-align: left;
     160           font-size: normal; 
     161           font-weight: normal; 
     162           vertical-align: top;
     163           background: #ffa0a0;
     164           background-color: #a0a0ff;
    121165           border: 2px solid #000000;
    122166           padding: 2px;
Note: See TracChangeset for help on using the changeset viewer.