diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-31 16:13:58 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-31 16:13:58 +0200 |
commit | 1bcee2f11c10ef6844383ea3ba8d15862604f8d1 (patch) | |
tree | 87e1ff404d44f705a6d94f39972d2df45f061ca7 /view/tpl/field_yesno.tpl | |
parent | 572a04b40acf39530e86175a71da898c851ca710 (diff) | |
download | volse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.tar.gz volse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.tar.bz2 volse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.zip |
various form css fixes
Diffstat (limited to 'view/tpl/field_yesno.tpl')
-rwxr-xr-x | view/tpl/field_yesno.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/field_yesno.tpl b/view/tpl/field_yesno.tpl index f5a909833..8a4cda55b 100755 --- a/view/tpl/field_yesno.tpl +++ b/view/tpl/field_yesno.tpl @@ -1,4 +1,4 @@ - <div class='field yesno'> + <div class='clearfix form-group'> <label class="mainlabel" for='id_{{$field.0}}'>{{$field.1}}</label> <div class='onoff' id="id_{{$field.0}}_onoff"> <input type="hidden" name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}"> @@ -9,5 +9,5 @@ {{if $field.4}}{{$field.4.1}}{{else}}ON{{/if}} </a> </div> - <span class='field_help'>{{$field.3}}</span> + <small class='form-text text-muted'>{{$field.3}}</small> </div> |