aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_checkbox.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-31 16:13:58 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-31 16:13:58 +0200
commit1bcee2f11c10ef6844383ea3ba8d15862604f8d1 (patch)
tree87e1ff404d44f705a6d94f39972d2df45f061ca7 /view/tpl/field_checkbox.tpl
parent572a04b40acf39530e86175a71da898c851ca710 (diff)
downloadvolse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.tar.gz
volse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.tar.bz2
volse-hubzilla-1bcee2f11c10ef6844383ea3ba8d15862604f8d1.zip
various form css fixes
Diffstat (limited to 'view/tpl/field_checkbox.tpl')
-rwxr-xr-xview/tpl/field_checkbox.tpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/view/tpl/field_checkbox.tpl b/view/tpl/field_checkbox.tpl
index 6785e522a..f779f937c 100755
--- a/view/tpl/field_checkbox.tpl
+++ b/view/tpl/field_checkbox.tpl
@@ -1,6 +1,5 @@
- <div id="{{$field.0}}_container" class="form-group field checkbox">
+ <div id="{{$field.0}}_container" class="clearfix form-group checkbox">
<label for="id_{{$field.0}}">{{$field.1}}</label>
- <div class="pull-right"><input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}} {{if $field.5}}{{$field.5}}{{/if}} /><label class="switchlabel" for='id_{{$field.0}}'> <span class="onoffswitch-inner" data-on='{{if $field.4}}{{$field.4.1}}{{/if}}' data-off='{{if $field.4}}{{$field.4.0}}{{/if}}'></span><span class="onoffswitch-switch"></span></label></div>
- <span class="help-block">{{$field.3}}</span>
+ <div class="float-right"><input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}} {{if $field.5}}{{$field.5}}{{/if}} /><label class="switchlabel" for='id_{{$field.0}}'> <span class="onoffswitch-inner" data-on='{{if $field.4}}{{$field.4.1}}{{/if}}' data-off='{{if $field.4}}{{$field.4.0}}{{/if}}'></span><span class="onoffswitch-switch"></span></label></div>
+ <small class="form-text text-muted">{{$field.3}}</small>
</div>
- <div class="clear"></div>