d71ffa4c4f
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2279 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
20 lines
328 B
CSS
20 lines
328 B
CSS
|
|
/* 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;
|
|
}
|
|
|
|
.RackTable IMG { vertical-align: baseline; }
|
|
|
|
.RackEmptyCell { background-color: #999999; }
|
|
|