2016-08-04 10:42:34 +02:00
|
|
|
@import "{design}/app"
|
|
|
|
|
|
2015-10-20 15:45:27 +02:00
|
|
|
body
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('background-color', '$primaryBackgroundColor')
|
2015-10-23 14:08:51 +02:00
|
|
|
|
2015-11-18 21:32:21 +01:00
|
|
|
#tblStudyList
|
|
|
|
|
tr
|
2015-11-23 19:12:24 +01:00
|
|
|
height: 20px
|
2015-11-18 21:32:21 +01:00
|
|
|
|
2015-10-20 15:45:27 +02:00
|
|
|
#worklistTab
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('background-color', '$primaryBackgroundColor')
|
2015-10-13 21:18:40 +02:00
|
|
|
|
2016-02-09 23:46:04 +01:00
|
|
|
.worklistContainer
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('background-color', '$primaryBackgroundColor')
|
2016-02-09 23:46:04 +01:00
|
|
|
margin: 0 auto
|
2015-11-23 19:12:24 +01:00
|
|
|
color: white
|
2016-08-08 18:37:32 +02:00
|
|
|
float: left;
|
|
|
|
|
width: 100%;
|
2015-10-22 17:01:00 +02:00
|
|
|
|
2015-10-20 15:45:27 +02:00
|
|
|
.tab-content
|
|
|
|
|
width: 100%
|
2015-10-22 17:01:00 +02:00
|
|
|
height: calc(100% - 91px)
|
2016-02-09 23:46:04 +01:00
|
|
|
|
2016-08-04 10:42:34 +02:00
|
|
|
.loadingTextDiv
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textSecondaryColor')
|
2016-08-04 10:42:34 +02:00
|
|
|
font-size: 30px
|
|
|
|
|
|
2015-10-20 15:45:27 +02:00
|
|
|
.tab-pane
|
|
|
|
|
width: 100%
|
2016-08-04 10:42:34 +02:00
|
|
|
height: 100%
|
|
|
|
|
|
|
|
|
|
.viewerContainer
|
|
|
|
|
height: 100%
|
|
|
|
|
width: 100%
|