mirror of https://github.com/lidarr/Lidarr
Added a tooltip to allowed
This commit is contained in:
parent
3bfdd1d9eb
commit
6ead44ca1b
|
@ -47,3 +47,12 @@ textarea.release-restrictions {
|
|||
.clickable;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
.help-inline {
|
||||
font-size: 16px;
|
||||
padding-left: 0px;
|
||||
margin-top: -5px;
|
||||
text-transform: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,7 +35,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="span2">
|
||||
<h3>Allowed</h3>
|
||||
<h3>
|
||||
Allowed
|
||||
<span class="help-inline">
|
||||
<i class="icon-question-sign" title="Qualities higher in the list are more preferred"/>
|
||||
</span>
|
||||
</h3>
|
||||
<ul class="allowed-list x-allowed-list" validation-name="allowed">
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue