73 lines
1.6 KiB
Stylus
73 lines
1.6 KiB
Stylus
#lesionTableContainer
|
|
width: 100%
|
|
height: 25%
|
|
|
|
.lesionTable
|
|
|
|
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
|
|
float:left
|
|
font-weight: normal
|
|
color:white
|
|
line-height: 20px
|
|
text-align: center
|
|
margin: 0
|
|
padding: 5px
|
|
background-color: #424242
|
|
|
|
#thTarget
|
|
width: 1%
|
|
|
|
#thLocation
|
|
text-align: left
|
|
width: 15%
|
|
|
|
#thSpacer
|
|
width: 61%
|
|
|
|
tbody
|
|
display: block
|
|
height: 200px // 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(odd)
|
|
background-color: #009BD2
|
|
color: white
|
|
|
|
td
|
|
border-bottom-width: 0
|
|
float:left
|
|
margin: 0
|
|
padding: 5px
|
|
|
|
&.lesionNumber, &.target, &.lesionTableTimepointCell
|
|
text-align: center
|