небольшие изменения в дизайне, цвете кнопок
This commit is contained in:
parent
af50868e7c
commit
26f1ab89d6
@ -87,7 +87,7 @@ height: -100%;
|
||||
background-color:#7fc3ff;
|
||||
border-radius: 22px;
|
||||
width: 90%;
|
||||
margin-left: 5%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.is_ans {
|
||||
background-color:#ddefff;
|
||||
@ -100,5 +100,5 @@ font-weight: bolder;
|
||||
}
|
||||
table {
|
||||
margin-left: 5%;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
}
|
||||
@ -33,7 +33,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="col-sm-10" id="buttons">
|
||||
<ul>{{ form.submit(type="submit", class="btn btn-primary") }}</ul>
|
||||
<ul>{{ form.submit(type="submit", class="btn btn-primary", style="background-color:#38aaff") }}</ul>
|
||||
<ul><a class="btn btn-primary" style="background-color:#38aaff" type="submit" href="/recovery"><strong>Забыли
|
||||
пароль</strong></a></ul>
|
||||
</div>
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p>{{ form.submit(type="submit", class="btn btn-primary") }}</p>
|
||||
<p>{{ form.submit(type="submit", class="btn btn-primary", style="background-color:#38aaff") }}</p>
|
||||
{% endif %}
|
||||
{% if s == '2' %}
|
||||
<h3>Введите код</h3>
|
||||
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p>{{ form.submit(type="submit", class="btn btn-primary") }}</p>
|
||||
<p>{{ form.submit(type="submit", class="btn btn-primary", style="background-color:#38aaff") }}</p>
|
||||
{% endif %}
|
||||
{% if s == '3' %}
|
||||
<h3>Введите новый пароль и подтвердите его</h3>
|
||||
@ -53,7 +53,7 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p>{{ form.submit(type="submit", class="btn btn-primary") }}</p>
|
||||
<p>{{ form.submit(type="submit", class="btn btn-primary", style="background-color:#38aaff") }}</p>
|
||||
{% endif %}
|
||||
{% if message != '' %}
|
||||
<div class="alert alert-danger" role="alert">{{ message }}</div>
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="but">
|
||||
<p>{{ form.submit(type="submit", class="btn btn-primary") }}</p>
|
||||
<p>{{ form.submit(type="submit", class="btn btn-primary", style="background-color:#38aaff") }}</p>
|
||||
{% if message != '' %}
|
||||
<div class="alert alert-danger" role="alert">{{ message }}</div>
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user