Pad the check sentiment box and make it a button

Mark Veidemanis 2 years ago
parent 733ca0eef3
commit 540120faf1
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -198,7 +198,7 @@
</div>
</div>
<div class="column is-narrow">
<div id="sentiment">
<div id="sentiment block">
<div class="field has-addons">
<div class="control">
<input
@ -276,15 +276,14 @@
</label>
</div>
</div>
<label class="checkbox">
<label class="checkbox button mt-5">
<input type="checkbox"
name="check_sentiment"
{% if params.check_sentiment == "on" %}
checked
{% endif %}
data-script="on click toggle @disabled on #sliderWithValue then toggle @disabled on #sentiment">
Check sentiment
Check sentiment
</label>
</div>
<div class="column is-narrow">

Loading…
Cancel
Save