LT-128: Convert date format of Study Date dropdown list from DD/MM/YYYY into Month DD, YYYY

This commit is contained in:
Aysel Afsar 2016-01-18 15:12:30 -05:00
parent d374a97017
commit 5f58132676
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<span class="loading"><i class="fa fa-spinner fa-spin"></i></span>
<select id="selectStudyDate">
{{#each relatedStudies}}
<option value="{{studyInstanceUid}}" selected={{selected}}>{{formatDA studyDate 'DD/MM/YYYY'}}</option>
<option value="{{studyInstanceUid}}" selected={{selected}}>{{formatDA studyDate}}</option>
{{/each}}
</select>
</div>

View File

@ -1,14 +1,14 @@
.studyDateList
margin: 0 auto 15px
text-align: left
text-align: center
width: 100%
#selectStudyDate
color: black
background-color: #666
border-color: #666
margin: 5px
width: 90%
width: 96%
margin: 0 auto
label
font-weight: normal

View File

@ -105,7 +105,7 @@
&:active
background-color: rgb(34, 126, 163)
// Set left position in IE
// Set left position in IE, border-width attribute breaks left position of imageSlider
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#imageSlider {
left: 50px