44 lines
845 B
Stylus
44 lines
845 B
Stylus
#lesionTableContainer {
|
|
width: 100%
|
|
height: 25%
|
|
overflow: auto;
|
|
}
|
|
|
|
table.lesionTable > thead > tr > th {
|
|
font-style: italic;
|
|
color:white;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
text-align: center
|
|
margin: 0;
|
|
padding: 5px;
|
|
background-color: #424242;
|
|
}
|
|
table.lesionTable > tbody > tr > td {
|
|
height: 15px;
|
|
line-height: 15px;
|
|
margin: 0;
|
|
padding: 5px;
|
|
}
|
|
|
|
table.lesionTable tbody tr.lesionTableRow:nth-child(even) {background: #CCC}
|
|
table.lesionTable tbody tr.lesionTableRow:nth-child(odd) {background: #DDD}
|
|
table.lesionTable tbody tr.lesionTableRow:hover{ background-color: #009BD2; color: white; }
|
|
|
|
#thTarget {
|
|
width: 1%;
|
|
}
|
|
|
|
#thLocation {
|
|
text-align: left;
|
|
width: 15%;
|
|
}
|
|
|
|
|
|
#thSpacer {
|
|
width: 61%;
|
|
}
|
|
|
|
td.lesionNumber, .target,.lesionTableTimepointCell {
|
|
text-align: center;
|
|
} |