Make worklist widths reactive (by %)
This commit is contained in:
parent
9e80b8b162
commit
d4dbdaefc6
@ -12,25 +12,26 @@ body
|
||||
input.worklist-search
|
||||
height: 25px
|
||||
background-color: #888888
|
||||
width: 100%
|
||||
|
||||
#tblStudyList
|
||||
tr
|
||||
height: 20px
|
||||
|
||||
.patient-name-input
|
||||
width: 200px
|
||||
width: 100%
|
||||
|
||||
.worklist-input
|
||||
width: 80px
|
||||
width: 100%
|
||||
|
||||
.modality-input
|
||||
width: 60px
|
||||
width: 100%
|
||||
|
||||
.patientid-input
|
||||
width: 260px
|
||||
width: 100%
|
||||
|
||||
.study-description-input
|
||||
width: 480px
|
||||
width: 100%
|
||||
|
||||
#worklistTab
|
||||
background-color: #202020
|
||||
|
||||
Loading…
Reference in New Issue
Block a user