updated studyDate picker style and hid hanging protocol buttons

This commit is contained in:
Rob Lewis 2015-11-22 18:48:08 -05:00
parent 4cd386c8bd
commit 33479443b4
2 changed files with 8 additions and 1 deletions

View File

@ -56,6 +56,7 @@ Template.viewerMain.helpers({
toolbarOptions.buttonData = buttonData;
toolbarOptions.includePlayClipButton = false;
toolbarOptions.includeLayoutButton = false;
toolbarOptions.includeHangingProtocolButtons = false;
return toolbarOptions;
}
});

View File

@ -1,3 +1,8 @@
#selectStudyDate
color: black
background-color: #666
border-color: #666
.studyDateList
margin: 0 auto 15px
text-align: left
@ -6,7 +11,7 @@
label
font-weight: normal
color: white
color: #666
padding-top: 5px
padding-left: 5px
@ -14,3 +19,4 @@
display: none
color: white
text-align: center