Fixed: Tweak style of movie path template on "add movies" screen (#3108)

pull/3144/head
Ricardo Amaral 6 years ago committed by Leonardo Galli
parent 97f111bec8
commit 2da1d9f105

@ -1,2 +1,4 @@
{{path}}<br>
<span title="{{#if movieFile.relativePath}}&nbsp;{{movieFile.relativePath}}{{/if}}" class="hint" style="font-size: 12px;">{{#if movieFile.relativePath}}&nbsp;{{movieFile.relativePath}}{{else}}&nbsp;Movie File Not Found{{/if}}</span>
<span title="{{#if movieFile.relativePath}}&nbsp;{{movieFile.relativePath}}{{/if}}" class="hint path">
{{#if movieFile.relativePath}}&#9493;&nbsp;{{movieFile.relativePath}}{{else}}&#9493;&nbsp;Movie File Not Found{{/if}}
</span>

@ -1,3 +1,4 @@
@import "../Content/Bootstrap/mixins";
@import "../Shared/Styles/card.less";
@import "../Shared/Styles/clickable.less";
@ -130,6 +131,13 @@
.hint {
color : #999999;
font-style : italic;
&.path {
.text-overflow();
display: block;
font-size: 12px;
}
}
.monitor-tooltip-contents {

Loading…
Cancel
Save