mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
mvc: try help without <small/> to align with static pages
This commit is contained in:
parent
b5827a049b
commit
b762fe38b2
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user