mvc: try help without <small/> to align with static pages

This commit is contained in:
Franco Fichtner 2018-03-18 10:24:35 +01:00
parent b5827a049b
commit b762fe38b2
4 changed files with 3 additions and 6 deletions

View File

@ -213,13 +213,13 @@
</div>
</td>
<td>
<small class="hidden" data-for="help_for_proxy.forward.acl.remoteACLs.blacklist">
<div class="hidden" data-for="help_for_proxy.forward.acl.remoteACLs.blacklist">
{{ lang._('
Add an item to the table to fetch a remote acl for blacklisting.%s
You can enable or disable the blacklist list.%s
The active blacklists will be merged with the settings under %sForward Proxy -> Access Control List%s.
') | format('<br/>','<br/>','<b>','</b>') }}
</small>
</div>
</td>
</tr>
<tr>

View File

@ -70,7 +70,7 @@
<span id="{{ id }}"></span>
{% endif %}
{% if help|default(false) %}
<small class="hidden" data-for="help_for_{{ id }}">{{help}}</small>
<div class="hidden" data-for="help_for_{{ id }}">{{help}}</div>
{% endif %}
</td>
<td>

View File

@ -677,7 +677,6 @@ label>input[type="radio"] {
float:left;
}
small[data-for*="help_for"],
div[data-for*="help_for"] {
padding-top: .4em;
padding-bottom: .4em;

View File

@ -5892,12 +5892,10 @@ label > input[type="radio"] {
margin-right: .4em;
float: left; }
small[data-for*="help_for"],
div[data-for*="help_for"] {
padding-top: .4em;
padding-bottom: .4em; }
#log-settings label[for^="act"] {
margin-right: 1.5em; }