Commit 3b9a88f60e3492f52984b0fb1d5f706678f08651

Authored by Gustavo
1 parent a360d349

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,12 +25,12 @@
25 {% else %} 25 {% else %}
26 <label for="{{ field.auto_id }}">{{ field.label }}</label> 26 <label for="{{ field.auto_id }}">{{ field.label }}</label>
27 {% endif %} 27 {% endif %}
28 - 28 +
29 <br clear="all" /> 29 <br clear="all" />
30 30
31 {% for radio in field %} 31 {% for radio in field %}
32 <label for="{{ radio.id_for_label }}" class="row text-center"> 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 <span class="radio"> 34 <span class="radio">
35 {{ radio }} 35 {{ radio }}
36 </span> 36 </span>
@@ -75,4 +75,4 @@ @@ -75,4 +75,4 @@
75 </div> 75 </div>
76 <br clear="all" /> 76 <br clear="all" />
77 <br clear="all" /> 77 <br clear="all" />
78 -{% endblock %}  
79 \ No newline at end of file 78 \ No newline at end of file
  79 +{% endblock %}