From 4ccd3066ea2130d953701c5e6ffc9eb275b0ead8 Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 23 Dec 2014 09:47:18 +0000 Subject: [PATCH] expo-6 /expo/fiera-natale-2014/service/tickets/ -ready --- templates/client/service/tickets.html | 64 +++++++++++---------- templates/client/static_client/css/main.css | 7 +++ 2 files changed, 41 insertions(+), 30 deletions(-) diff --git a/templates/client/service/tickets.html b/templates/client/service/tickets.html index 3e755616..d52bdc71 100644 --- a/templates/client/service/tickets.html +++ b/templates/client/service/tickets.html @@ -49,7 +49,7 @@ -
+
{% csrf_token %}
@@ -59,22 +59,27 @@
{% trans 'Информация о заказе' %}
-
+
- {{ form.days }} +
+ {{ form.days }} +
+ {{ form.days.errors }} + +
+
-
+
- {{ form.people }} -
-
-
-
- {{ form.days.errors }} -
-
- {{ form.people.errors }} +
+ + {{ form.people }} +
+ {{ form.people.errors }} + +
+
@@ -86,32 +91,31 @@
{% trans 'Ваши контактные данные' %}
-
-
+
+
{{ form.person_inf }} -
-
-
-
- {{ form.person_inf.errors }} +
+ {{ form.person_inf.errors }} + +
-
+
{{ form.country }} +
+ {{ form.country.errors }} + +
-
+
{{ form.city }} -
-
-
-
- {{ form.country.errors }} -
-
- {{ form.city.errors }} +
+ {{ form.city.errors }} + +
diff --git a/templates/client/static_client/css/main.css b/templates/client/static_client/css/main.css index a3e83b30..bfbede29 100644 --- a/templates/client/static_client/css/main.css +++ b/templates/client/static_client/css/main.css @@ -12470,6 +12470,13 @@ hr + .rq-note { box-sizing: border-box; } + .service-page .error-field.simple-wrap{ + display : inline-block; + } + .service-page .error-field.simple-wrap:before{ + margin-right: 16px; + margin-top: -8px; + } .mf-line.cols-2 .mf-field.error-field:first-child:before{ margin-right: 30px; }