Добавлены отступы для формы

This commit is contained in:
Anastasia
2015-07-18 14:59:29 +05:00
parent d5ad6134f8
commit 6b586a32ca

View File

@@ -37,6 +37,10 @@
.gray {
color: lightgray;
}
#dateform {
margin-left: 12px;
margin-top: 6px;
}
body {
background: #F5F5F5
}
@@ -69,7 +73,7 @@
{% block controls %}
{% if form %}
<form method="get">
<form id='dateform' method="get">
{{ form }}
<input type="submit" value="OK" />
</form>