xcat-core/xCAT-web/machines/frames.css
bp-sawyers 14856756e3 - system p discovery done
- rvitals done
- frame view fixed

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2511 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-11-19 21:26:43 +00:00

20 lines
340 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: middle; /*baseline;*/ }
.RackEmptyCell { background-color: #999999; }