updated studyDate picker style and hid hanging protocol buttons
This commit is contained in:
parent
4cd386c8bd
commit
33479443b4
@ -56,6 +56,7 @@ Template.viewerMain.helpers({
|
|||||||
toolbarOptions.buttonData = buttonData;
|
toolbarOptions.buttonData = buttonData;
|
||||||
toolbarOptions.includePlayClipButton = false;
|
toolbarOptions.includePlayClipButton = false;
|
||||||
toolbarOptions.includeLayoutButton = false;
|
toolbarOptions.includeLayoutButton = false;
|
||||||
|
toolbarOptions.includeHangingProtocolButtons = false;
|
||||||
return toolbarOptions;
|
return toolbarOptions;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -1,3 +1,8 @@
|
|||||||
|
#selectStudyDate
|
||||||
|
color: black
|
||||||
|
background-color: #666
|
||||||
|
border-color: #666
|
||||||
|
|
||||||
.studyDateList
|
.studyDateList
|
||||||
margin: 0 auto 15px
|
margin: 0 auto 15px
|
||||||
text-align: left
|
text-align: left
|
||||||
@ -6,7 +11,7 @@
|
|||||||
|
|
||||||
label
|
label
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
color: white
|
color: #666
|
||||||
padding-top: 5px
|
padding-top: 5px
|
||||||
padding-left: 5px
|
padding-left: 5px
|
||||||
|
|
||||||
@ -14,3 +19,4 @@
|
|||||||
display: none
|
display: none
|
||||||
color: white
|
color: white
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user