style/theme, align padding for help texts, see https://github.com/opnsense/core/pull/2085

This commit is contained in:
Ad Schellevis 2018-02-11 14:25:01 +01:00
parent 36022f8bdc
commit 3e8ec0caf5
2 changed files with 9 additions and 0 deletions

View File

@ -679,3 +679,8 @@ label>input[type="radio"] {
#log-settings label[for^="act"] {
margin-right: 1.5em;
}
output[for*="help_for"] {
padding-top: 0.4em;
padding-bottom: 0.4em;
}

View File

@ -5893,3 +5893,7 @@ label > input[type="radio"] {
#log-settings label[for^="act"] {
margin-right: 1.5em; }
output[for*="help_for"] {
padding-top: 0.4em;
padding-bottom: 0.4em; }