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>
|
<span class="loading"><i class="fa fa-spinner fa-spin"></i></span>
|
||||||
<select id="selectStudyDate">
|
<select id="selectStudyDate">
|
||||||
{{#each relatedStudies}}
|
{{#each relatedStudies}}
|
||||||
<option value="{{studyInstanceUid}}" selected={{selected}}>{{formatDA studyDate 'DD/MM/YYYY'}}</option>
|
<option value="{{studyInstanceUid}}" selected={{selected}}>{{formatDA studyDate}}</option>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
.studyDateList
|
.studyDateList
|
||||||
margin: 0 auto 15px
|
margin: 0 auto 15px
|
||||||
text-align: left
|
text-align: center
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
#selectStudyDate
|
#selectStudyDate
|
||||||
color: black
|
color: black
|
||||||
background-color: #666
|
background-color: #666
|
||||||
border-color: #666
|
border-color: #666
|
||||||
margin: 5px
|
width: 96%
|
||||||
width: 90%
|
margin: 0 auto
|
||||||
|
|
||||||
label
|
label
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
|||||||
@ -105,7 +105,7 @@
|
|||||||
&:active
|
&:active
|
||||||
background-color: rgb(34, 126, 163)
|
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) {
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
#imageSlider {
|
#imageSlider {
|
||||||
left: 50px
|
left: 50px
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user