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