Pad the check sentiment box and make it a button
This commit is contained in:
parent
733ca0eef3
commit
540120faf1
|
@ -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…
Reference in New Issue