Browse Source

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

Anastasia 10 năm trước cách đây
mục cha
commit
6b586a32ca
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      templates/asuzr/base.html

+ 5 - 1
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 method="get">
+<form  id='dateform' method="get">
     {{ form }}
     <input type="submit" value="OK" />
 </form>