Form styles
This commit is contained in:
parent
6a42e91f34
commit
ec9ce5b1c8
2 changed files with 11 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
|||
<button class="btn btn-primary" type="submit">Senden / Envoi</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<script language="JavaScript">
|
||||
$('span.helptext').each(function() {
|
||||
$(this).insertBefore( $(this).prev() );
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
|
|
@ -19,6 +19,11 @@
|
|||
list-style: none;
|
||||
label { width: auto; }
|
||||
}
|
||||
.helptext {
|
||||
margin-bottom: 1em;
|
||||
display: block;
|
||||
font-size: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue