AWV-1: Clearing empty viewports labels

This commit is contained in:
Bruno Alves de Faria 2016-09-03 11:38:26 -03:00
parent e4dfd7c4bf
commit 54481cf716
4 changed files with 92 additions and 85 deletions

View File

@ -10,27 +10,30 @@
color: $uiYellow
p, h4
text-align: center
padding: 4px 0
text-align: center
word-wrap: break-word
p
font-size: 11pt
.loadingIndicator
background-color: rgba(0,0,0,0.75)
display: none
font-size: 18px
height: 100%
overflow: hidden
pointer-events: none // Necessary for click-through to cornerstone element below
position: absolute
top: 0
width: 100%
height: 100%
font-size: 18px
z-index: 100
background-color: rgba(0,0,0,0.75)
.indicatorContents
position: absolute
top: 40%
width: 100%
font-size: 30px
font-weight: 300
position: absolute
text-align: center
top: 50%
transform(translateY(-50%))
width: 100%

View File

@ -20,9 +20,10 @@
<div>{{#if gt numImages 1}}Img: {{instanceNumber}} ({{imageIndex}}/{{numImages}}){{/if}}</div>
<div>{{#if frameRate}}{{frameRate}} FPS{{/if}}</div>
<div>{{imageDimensions}}</div>
<div>{{#if location}}Loc: {{location}} mm{{/if}}
{{#if thickness}}Thick: {{thickness}} mm{{/if}}
{{#if spacingBetweenSlices}}Spacing: {{spacingBetweenSlices}} mm{{/if}}
<div>
<span>{{#if location}}Loc: {{location}} mm{{/if}}</span>
<span>{{#if thickness}}Thick: {{thickness}} mm{{/if}}</span>
<span>{{#if spacingBetweenSlices}}Spacing: {{spacingBetweenSlices}} mm{{/if}}</span>
</div>
<div>{{seriesDescription}}</div>
</div>

View File

@ -2,6 +2,9 @@
$viewportTagPadding = 20px
.imageViewerViewport.empty ~ .imageViewerViewportOverlay
display: none
.imageViewerViewportOverlay
color: $textSecondaryColor