2008-10-03 13:11:57 +00:00
|
|
|
|
|
|
|
/* Styles specific to the frames.php page */
|
|
|
|
|
|
|
|
.AllRacksTable { padding-top: 10px; }
|
|
|
|
|
|
|
|
.RackTable {
|
|
|
|
background-color: #303030;
|
|
|
|
border: 2px solid #303030;
|
|
|
|
}
|
|
|
|
|
|
|
|
.RackTable TD {
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: 1px;
|
|
|
|
}
|
|
|
|
|
2008-11-19 21:26:43 +00:00
|
|
|
.RackTable IMG { vertical-align: middle; /*baseline;*/ }
|
2008-10-03 13:11:57 +00:00
|
|
|
|
|
|
|
.RackEmptyCell { background-color: #999999; }
|
|
|
|
|