Fixed worklist styling to make better use of width and not wrap elements onto more than one line

This commit is contained in:
Rob Lewis 2015-11-23 13:12:24 -05:00
parent 33479443b4
commit dbd7453980
2 changed files with 12 additions and 6 deletions

View File

@ -10,15 +10,15 @@ body
user-select: none
input.worklist-search
height: 25px
height: 20px
background-color: #888888
#tblStudyList
tr
height: 45px
height: 20px
.patient-name-input
width: 130px
width: 200px
.worklist-input
width: 80px
@ -27,7 +27,7 @@ input.worklist-search
width: 60px
.patientid-input
width: 70px
width: 260px
.study-description-input
width: 480px
@ -37,7 +37,9 @@ input.worklist-search
#worklistContainer
background-color: #202020
color: white
color: white
width:90%
padding-top: 10px
#tabs
width: 100%

View File

@ -2,9 +2,10 @@ table#tblStudyList
color: #888888
border-collapse: collapse
border-color: gray
thead
background-color: black
white-space: nowrap
&:hover
color: #888888
@ -14,6 +15,9 @@ table#tblStudyList
border: 1px solid #282828
background-color: black
td
white-space:nowrap
&:nth-of-type(odd)
background-color: #202020