ohif-viewer/Packages/lesiontracker/components/lesionTable/lesionTable.styl

77 lines
1.6 KiB
Stylus

#lesionTableContainer
width: 100%
height: 16%
.lesionTable
td, th
border: 1px solid white
border-collapse: collapse
td.lesionNumber, th#thNumber
width: 70px
td.location, th#thLocation
width: 250px
td.target, th#thTarget
width: 70px
td.lesionTableTimepointCell
width: 70px
thead
width: 100%
display: block
tr
width: 100%
th
border-bottom-width: 0
font-weight: normal
color:white
line-height: 15px
text-align: center
margin: 0
padding: 5px
background-color: #424242
width: 70px
#thTarget
width: 1%
#thLocation
text-align: left
width: 15%
#thSpacer
width: 61%
tbody
display: block
height: 150px // Seems like this has to be fixed for overflow to work properly!
overflow: auto
width: 100%
tr.lesionTableRow
width: 100%
&:nth-child(even)
background: #888
&:nth-child(odd)
background: #BBB
&:hover
cursor: pointer
background-color: #009BD2
color: white
td
border-bottom-width: 0
margin: 0
padding: 5px
line-height: 15px
&.lesionNumber, &.target, &.lesionTableTimepointCell
text-align: center