change to class instead of id to work with firefox
This commit is contained in:
parent
f7998c3326
commit
a937ea9efd
@ -334,8 +334,8 @@ text-align: center;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
#boolean {
|
||||
margin-bottom: 4px;
|
||||
.boolean {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
textarea#description, textarea#bio {
|
||||
|
@ -89,7 +89,7 @@
|
||||
|
||||
{# Render a boolean field #}
|
||||
{% macro render_bool(field) %}
|
||||
<div id="boolean">
|
||||
<div class="boolean">
|
||||
<label for="{{ field.label.field_id }}">
|
||||
{{ field }}</input>
|
||||
{{ field.description|safe }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user