2008-10-29 13:57:19 +00:00
|
|
|
|
|
|
|
/* Styles specific to the attributes.php page */
|
|
|
|
|
|
|
|
#attrForm { font-size: 8pt; }
|
|
|
|
|
|
|
|
#helpLinks A {
|
|
|
|
margin-left: 2em;
|
|
|
|
margin-right: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nodeAttrTable { background-color: #F9F9F9; }
|
|
|
|
|
2008-11-19 21:26:43 +00:00
|
|
|
#nodeAttrTable TD { white-space: nowrap; }
|
|
|
|
|
2008-10-29 13:57:19 +00:00
|
|
|
.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;
|
|
|
|
}
|