Adds extra text to range input
parent
25e85b3a80
commit
f36c2ce220
|
@ -98,6 +98,11 @@ html, body {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.rangeinput span.help-block {
|
||||
clear: left;
|
||||
margin-left: 35px;
|
||||
}
|
||||
|
||||
input.sending {
|
||||
text-shadow: 0px 0px 5px white !important;
|
||||
-webkit-transition: 0.3s linear all !important;
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
<input name="question_{{ question.number }}" type="range" min="{{ qdict.rmin }}" max="{{ qdict.rmax }}" step="{{ qdict.rstep }}" value="{{ qdict.current }}">
|
||||
</div>
|
||||
<label data-unit="{{ qdict.runit }}">{{ qdict.runit }}</label>
|
||||
<span class="help-block">{{ question.extra }}</span>
|
||||
</div>
|
Loading…
Reference in New Issue