From 6b586a32ca1749ab9313d591b9ec87fc8bde7224 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Sat, 18 Jul 2015 14:59:29 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=D1=8B=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/asuzr/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/asuzr/base.html b/templates/asuzr/base.html index 58482c9..bb91b0f 100644 --- a/templates/asuzr/base.html +++ b/templates/asuzr/base.html @@ -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 }}