From 2e06e67b260eaf1cc6de0d0a60e4f61ba229ef00 Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 23 Dec 2014 09:15:24 +0000 Subject: [PATCH] expo-6 expo/fiera-natale-2014/service/participation/ - ready --- templates/client/service/participation.html | 75 ++++++++++----------- templates/client/static_client/css/main.css | 8 ++- 2 files changed, 44 insertions(+), 39 deletions(-) diff --git a/templates/client/service/participation.html b/templates/client/service/participation.html index a2e8792c..3ca2b79d 100644 --- a/templates/client/service/participation.html +++ b/templates/client/service/participation.html @@ -54,7 +54,7 @@ -
+
{% csrf_token %}
@@ -64,22 +64,22 @@
{% trans 'Информация об экспоместе' %}
-
+
{{ form.area }} +
+ {{ form.area.errors }} + +
-
+
{{ form.area_type }} -
-
-
-
- {{ form.area.errors }} -
-
- {{ form.area_type.errors }} +
+ {{ form.area_type.errors }} + +
@@ -97,50 +97,49 @@
{% 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 }} + +
-
+
{{ form.phone }} +
+ {{ form.phone.errors }} + +
-
+
{{ form.person }} -
-
-
-
- {{ form.phone.errors }} -
-
- {{ form.person.errors }} +
+ {{ form.person.errors }} + +
diff --git a/templates/client/static_client/css/main.css b/templates/client/static_client/css/main.css index e04bc623..a3e83b30 100644 --- a/templates/client/static_client/css/main.css +++ b/templates/client/static_client/css/main.css @@ -12465,15 +12465,21 @@ hr + .rq-note { .service-page .error-field{ position: relative; /*padding:0 5px;*/ + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } + .mf-line.cols-2 .mf-field.error-field:first-child:before{ + margin-right: 30px; + } .service-page .error-field:before { content: ''; display: block; position: absolute; top: 50%; right: 0; - margin-right: 32px; + margin-right: 20px; margin-top: -11px; width: 15px; height: 16px;