Added a tooltip to allowed

This commit is contained in:
Mark McDowall 2014-01-27 22:02:52 -08:00
parent 3bfdd1d9eb
commit 6ead44ca1b
2 changed files with 15 additions and 1 deletions

View File

@ -47,3 +47,12 @@ textarea.release-restrictions {
.clickable;
}
}
h3 {
.help-inline {
font-size: 16px;
padding-left: 0px;
margin-top: -5px;
text-transform: none;
}
}

View File

@ -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>