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