A minor fix to the lesion table's line-height so the rows aren't so "fat" and the scrollbar appears at the right time

This commit is contained in:
Rob Lewis 2015-11-11 08:34:48 -05:00
parent 0a260ca5d2
commit 0e2c5e0d2e

View File

@ -31,7 +31,7 @@
border-bottom-width: 0 border-bottom-width: 0
font-weight: normal font-weight: normal
color:white color:white
line-height: 20px line-height: 15px
text-align: center text-align: center
margin: 0 margin: 0
padding: 5px padding: 5px
@ -50,13 +50,13 @@
tbody tbody
display: block display: block
height: 200px // Seems like this has to be fixed for overflow to work properly! height: 150px // Seems like this has to be fixed for overflow to work properly!
overflow: auto overflow: auto
width: 100% width: 100%
tr.lesionTableRow tr.lesionTableRow
width: 100% width: 100%
&:nth-child(even) &:nth-child(even)
background: #888 background: #888
&:nth-child(odd) &:nth-child(odd)
@ -70,6 +70,7 @@
border-bottom-width: 0 border-bottom-width: 0
margin: 0 margin: 0
padding: 5px padding: 5px
line-height: 15px
&.lesionNumber, &.target, &.lesionTableTimepointCell &.lesionNumber, &.target, &.lesionTableTimepointCell
text-align: center text-align: center