Pad the check sentiment box and make it a button
This commit is contained in:
@@ -198,7 +198,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-narrow">
|
<div class="column is-narrow">
|
||||||
<div id="sentiment">
|
<div id="sentiment block">
|
||||||
<div class="field has-addons">
|
<div class="field has-addons">
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<input
|
<input
|
||||||
@@ -276,15 +276,14 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<label class="checkbox button mt-5">
|
||||||
<label class="checkbox">
|
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
name="check_sentiment"
|
name="check_sentiment"
|
||||||
{% if params.check_sentiment == "on" %}
|
{% if params.check_sentiment == "on" %}
|
||||||
checked
|
checked
|
||||||
{% endif %}
|
{% endif %}
|
||||||
data-script="on click toggle @disabled on #sliderWithValue then toggle @disabled on #sentiment">
|
data-script="on click toggle @disabled on #sliderWithValue then toggle @disabled on #sentiment">
|
||||||
Check sentiment
|
Check sentiment
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-narrow">
|
<div class="column is-narrow">
|
||||||
|
|||||||
Reference in New Issue
Block a user