2017-04-19 21:51:10 +02:00
|
|
|
@require '{ohif:design}/app'
|
2016-06-07 19:09:47 +02:00
|
|
|
|
2016-06-22 19:51:28 +02:00
|
|
|
$timepointButtonHeight = 55px
|
|
|
|
|
|
2016-06-07 19:09:47 +02:00
|
|
|
.studyTimepointBrowser
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('background-color', '$primaryBackgroundColor')
|
2016-06-07 19:09:47 +02:00
|
|
|
float: left
|
2016-07-04 16:04:27 +02:00
|
|
|
height: 100%
|
2016-06-22 19:51:28 +02:00
|
|
|
position: relative
|
2016-06-07 19:09:47 +02:00
|
|
|
width: 100%
|
|
|
|
|
|
2016-06-22 19:51:28 +02:00
|
|
|
.timepointButtonContainer
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('background-color', '$primaryBackgroundColor')
|
|
|
|
|
theme('border-bottom', '1px solid $uiBorderColor')
|
2016-06-22 19:51:28 +02:00
|
|
|
display: none
|
|
|
|
|
height: $timepointButtonHeight
|
|
|
|
|
left: 10px
|
|
|
|
|
position: absolute
|
|
|
|
|
right: 10px
|
|
|
|
|
top: 0
|
|
|
|
|
z-index: 1
|
|
|
|
|
|
|
|
|
|
&.viewTypeVisible
|
|
|
|
|
|
|
|
|
|
.timepointButtonContainer
|
|
|
|
|
display: block
|
|
|
|
|
|
|
|
|
|
.studyTimepointScrollArea
|
|
|
|
|
padding-top: $timepointButtonHeight
|
|
|
|
|
|
2016-06-07 19:09:47 +02:00
|
|
|
.studyTimepointScrollArea
|
|
|
|
|
height: 100%
|
|
|
|
|
overflow-x: hidden
|
|
|
|
|
overflow-y: auto
|
2017-04-19 21:51:10 +02:00
|
|
|
margin-right: -36px
|
2016-06-07 19:09:47 +02:00
|
|
|
padding-bottom: 20px
|
2017-04-19 21:51:10 +02:00
|
|
|
padding-right: 36px
|
2017-04-21 00:21:45 +02:00
|
|
|
-ms-overflow-style: none
|
2016-06-07 19:09:47 +02:00
|
|
|
|
|
|
|
|
&::-webkit-scrollbar
|
|
|
|
|
display: none
|