mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-25 15:33:11 +00:00
Added a tooltip to allowed
This commit is contained in:
parent
3bfdd1d9eb
commit
6ead44ca1b
2 changed files with 15 additions and 1 deletions
|
@ -47,3 +47,12 @@ textarea.release-restrictions {
|
||||||
.clickable;
|
.clickable;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
.help-inline {
|
||||||
|
font-size: 16px;
|
||||||
|
padding-left: 0px;
|
||||||
|
margin-top: -5px;
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -35,7 +35,12 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="span2">
|
<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 class="allowed-list x-allowed-list" validation-name="allowed">
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue