Fixed worklist styling to make better use of width and not wrap elements onto more than one line
This commit is contained in:
parent
33479443b4
commit
dbd7453980
@ -10,15 +10,15 @@ body
|
|||||||
user-select: none
|
user-select: none
|
||||||
|
|
||||||
input.worklist-search
|
input.worklist-search
|
||||||
height: 25px
|
height: 20px
|
||||||
background-color: #888888
|
background-color: #888888
|
||||||
|
|
||||||
#tblStudyList
|
#tblStudyList
|
||||||
tr
|
tr
|
||||||
height: 45px
|
height: 20px
|
||||||
|
|
||||||
.patient-name-input
|
.patient-name-input
|
||||||
width: 130px
|
width: 200px
|
||||||
|
|
||||||
.worklist-input
|
.worklist-input
|
||||||
width: 80px
|
width: 80px
|
||||||
@ -27,7 +27,7 @@ input.worklist-search
|
|||||||
width: 60px
|
width: 60px
|
||||||
|
|
||||||
.patientid-input
|
.patientid-input
|
||||||
width: 70px
|
width: 260px
|
||||||
|
|
||||||
.study-description-input
|
.study-description-input
|
||||||
width: 480px
|
width: 480px
|
||||||
@ -38,6 +38,8 @@ input.worklist-search
|
|||||||
#worklistContainer
|
#worklistContainer
|
||||||
background-color: #202020
|
background-color: #202020
|
||||||
color: white
|
color: white
|
||||||
|
width:90%
|
||||||
|
padding-top: 10px
|
||||||
|
|
||||||
#tabs
|
#tabs
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|||||||
@ -5,6 +5,7 @@ table#tblStudyList
|
|||||||
|
|
||||||
thead
|
thead
|
||||||
background-color: black
|
background-color: black
|
||||||
|
white-space: nowrap
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
color: #888888
|
color: #888888
|
||||||
@ -14,6 +15,9 @@ table#tblStudyList
|
|||||||
border: 1px solid #282828
|
border: 1px solid #282828
|
||||||
background-color: black
|
background-color: black
|
||||||
|
|
||||||
|
td
|
||||||
|
white-space:nowrap
|
||||||
|
|
||||||
&:nth-of-type(odd)
|
&:nth-of-type(odd)
|
||||||
background-color: #202020
|
background-color: #202020
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user