ohif-viewer/Packages/lesiontracker/components/lesionTable/lesionTable.styl
Evren Ozkan ac45654772 Some styling changes
Styling changes for lesionTable, move logo&header in same row with tabs
2015-11-03 19:21:45 -05:00

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;
}