Commit 3b9a88f60e3492f52984b0fb1d5f706678f08651
1 parent
a360d349
Exists in
master
and in
3 other branches
Now elements are aligned in the themes settings
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
themes/templates/themes/css_update.html
... | ... | @@ -25,12 +25,12 @@ |
25 | 25 | {% else %} |
26 | 26 | <label for="{{ field.auto_id }}">{{ field.label }}</label> |
27 | 27 | {% endif %} |
28 | - | |
28 | + | |
29 | 29 | <br clear="all" /> |
30 | 30 | |
31 | 31 | {% for radio in field %} |
32 | 32 | <label for="{{ radio.id_for_label }}" class="row text-center"> |
33 | - <div class="col-lg-offset-2 col-md-offset-2 col-sm-offset-2 col-lg-2 col-md-2 col-sm-2 col-xs-3"> | |
33 | + <div class="col-lg-offset-2 col-md-offset-2 col-sm-offset-2 col-lg-2 col-md-2 col-sm-2 col-xs-3 text-left"> | |
34 | 34 | <span class="radio"> |
35 | 35 | {{ radio }} |
36 | 36 | </span> |
... | ... | @@ -75,4 +75,4 @@ |
75 | 75 | </div> |
76 | 76 | <br clear="all" /> |
77 | 77 | <br clear="all" /> |
78 | -{% endblock %} | |
79 | 78 | \ No newline at end of file |
79 | +{% endblock %} | ... | ... |