LT-128: Convert date format of Study Date dropdown list from DD/MM/YYYY into Month DD, YYYY
This commit is contained in:
parent
d374a97017
commit
5f58132676
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user