Changeset 1558

Show
Ignore:
Timestamp:
04/16/08 23:47:50 (1 month ago)
Author:
schst
Message:

Replaced tabs with spaces

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docroot/stageassistant/css/stageassistant.css

    r1551 r1558  
    22  font-family: Arial, Helvetica, Verdana, "sans serif"; 
    33  position: absolute;  
    4    right: 10px; 
    5    top: 10px; 
    6    width: 213px; 
     4  right: 10px; 
     5  top: 10px; 
     6  width: 213px; 
    77  z-index: 1001; 
    88  background: url(/stageassistant/img/bg.gif) no-repeat; 
     
    1111#stageassistant a, 
    1212#stageassistant_min a { 
    13    color: #0E0F6D;  
     13  color: #0E0F6D;  
    1414} 
    1515 
     
    2020 
    2121#stageassistant_min { 
    22    display: none; 
     22  display: none; 
    2323  position: absolute;  
    24    right: 10px; 
    25    top: 10px; 
    26    width: 139px; 
    27    height: 26px; 
     24  right: 10px; 
     25  top: 10px; 
     26  width: 139px; 
     27  height: 26px; 
    2828  z-index: 1001; 
    2929  background: url(/stageassistant/img/min.gif) no-repeat; 
     
    3131 
    3232#stageassistant .content { 
    33    padding: 25px 10px 5px 10px; 
    34    margin: 0; 
     33  padding: 25px 10px 5px 10px; 
     34  margin: 0; 
    3535} 
    3636 
    3737#stageassistant #sa_ec { 
    38    padding-bottom: 5px; 
     38  padding-bottom: 5px; 
    3939} 
    4040 
     
    4242 
    4343#stageassistant #sa_show_ec { 
    44    display: block; 
    45    margin: 0; 
    46    padding: 0; 
     44  display: block; 
     45  margin: 0; 
     46  padding: 0; 
    4747} 
    4848 
    4949#stageassistant #sa_hide_ec { 
    50    display: none; 
    51    margin: 0; 
    52    padding: 0; 
     50  display: none; 
     51  margin: 0; 
     52  padding: 0; 
    5353} 
    5454