xcat-core/xCAT-web/machines/attributes.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

28 lines
508 B
CSS

/* Styles specific to the attributes.php page */
#attrForm { font-size: 8pt; }
#helpLinks A {
margin-left: 2em;
margin-right: 2em;
}
#nodeAttrTable { background-color: #F9F9F9; }
#nodeAttrTable TD { white-space: nowrap; }
.colHeaders {
font-weight: bold;
text-align: center;
background: #D8E8FF;
}
/* the alternating rows of the table */
.ListLine0 { background: #EFF6FF; /*#e0f8f8;*/ }
.ListLine1 { background: #D8E8FF; /*#b0f8f8;*/ }
.edit {
background: #8f8f0b;
}