diff --git a/assets/css/main.css b/assets/css/main.css index 4a9dcfa..0bf5b8c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -5248,7 +5248,7 @@ input[type="radio"]:checked + span { padding: 0 15px; font-size: 15px; background-color: white; - color: #9c9c9c; + color: #444; float: left; margin-right: 26px; font-family: 'Arial-MT-Regular', sans-serif; @@ -5578,7 +5578,7 @@ input[type="radio"]:checked + span { .dashedCol4:after { content: ""; position: absolute; - height: 50px; + height: 23px; width: 100%; background: #fff; bottom: 0; @@ -5738,4 +5738,24 @@ input[type="radio"]:checked + span { margin: 11px 0 0 0; padding: 26px 24px 26px 24px; } +.doneBlock .new-dashed .dashedCol44{ + height: 117px; + margin-left: -35px; +} +#fileUploadContainer .list-new-new{ + margin-top: 15px; + margin-bottom: 15px; +} +#fileUploadContainer .list-new-new li{ + margin: 4px 0 4px 0; +} +.birth_edit_dat .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){ + width: 190px; +} +.btn-submit-link{ + color: #333 !important; + background: #fff; + border-color: #ccc !important; + margin-bottom: 0 !important +} /*end_new*/ \ No newline at end of file diff --git a/users/templates/user_profile_edit.html b/users/templates/user_profile_edit.html index 419bfe9..04016ae 100644 --- a/users/templates/user_profile_edit.html +++ b/users/templates/user_profile_edit.html @@ -6,8 +6,8 @@ {% block content %} {% include 'partials/header.html' %} -
-
+
+
{% csrf_token %} @@ -99,7 +99,7 @@
-
+
{{ form.date_of_birth }}
@@ -115,7 +115,7 @@ -

{{ text }}

+

{{ text }}    

{% endfor %}
@@ -123,7 +123,7 @@
Сайт
Skype
-{#
Электронная почта:
#} +{#
Электронная почта:
#}
Телефон
@@ -136,9 +136,9 @@
-{#
#} -{# #} -{#
#} +{#
#} +{# #} +{#
#}
@@ -160,6 +160,6 @@ {% include 'partials/footer.html' %} -
-
+
+ {% endblock %}