xcat-core/xCAT-web/machines/groups.css

14 lines
395 B
CSS
Raw Normal View History

/* Styles specific to the groups.php page */
#disclaimer {
font-weight: bold;
font-size: 9pt;
color: red;
text-align: center;
margin: 5px;
}
.GroupNodeTable { margin-left: 10px; }
.GroupNodeTableHeader { color: black; background-color : #FFFF66; font-weight : bold; white-space: nowrap; }
.GroupNodeTableRow { color: black; background-color : #FFFF66; white-space: nowrap; }