diff --git a/static/css/styles.css b/static/css/styles.css index 88ceb43..b94c6d4 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -920,17 +920,17 @@ section.login>form>div>div:nth-child(4) { margin-top: 20px; } -section.login>form>div>div:nth-child(5) { - color: #272424; - text-align: center; - /* Heading 5 */ - font-family: Inter; - font-size: 18px; - font-style: normal; - font-weight: 600; - line-height: 26px; - margin: 20px 0px; -} +/*section.login>form>div>div:nth-child(5) {*/ +/* color: #272424;*/ +/* text-align: center;*/ +/* !* Heading 5 *!*/ +/* font-family: Inter;*/ +/* font-size: 18px;*/ +/* font-style: normal;*/ +/* font-weight: 600;*/ +/* line-height: 26px;*/ +/* margin: 20px 0px;*/ +/*}*/ .google { display: flex; @@ -956,9 +956,15 @@ section.login>form>div>div:nth-child(7) { line-height: 22px; } -section.login>form>div>div:nth-child(7)>a { - text-decoration: none; +section.login>form>div>div:nth-child(5)>a { + text-decoration: underline; color: rgba(39, 36, 36, 0.60); +}section.login>form>div>div:nth-child(5) { + + color: rgba(39, 36, 36, 0.60); + font-style: normal; + font-weight: 500; + margin-top: 15px; } section.profile { @@ -1180,7 +1186,7 @@ span.errorlist{ select#id_type_transport{ display: block; height: 60px; - width: 394px; + width: 47%; border-radius: 15px; border: 2px solid #E6E6E6; padding: 10px; @@ -1295,6 +1301,7 @@ form.new_route{ appearance: none; height: 60px; padding-left: 10px; + padding-right: 10px; z-index: 1; } @@ -1302,7 +1309,7 @@ form.new_route{ .from_address_point_txt.post_route{ border-radius: 15px; margin-top: 10px; - width: 392px; + width: 89%; } .to_address_point_txt{ @@ -1315,16 +1322,16 @@ form.new_route{ font-weight: 400; line-height: 22px; appearance: none; - width: 392px; height: 60px; margin-top: 10px; padding-left: 10px; + padding-right: 10px; } .to_address_point_txt.post_route{ border-radius: 15px; - width: 392px; + width: 89%; margin-top: 10px; } @@ -1343,7 +1350,7 @@ div.departure_arrival>div>input{ font-weight: 400; line-height: 22px; appearance: none; - width: 392px; + width: 89%; height: 60px; padding-left: 10px; padding-right: 10px; @@ -1446,7 +1453,7 @@ div.departure_arrival>div>input{ div.from_to_place>div>select{ - width: 392px; + width: 94%; } diff --git a/templates/forms/f_login.html b/templates/forms/f_login.html index 13c2197..d9bcdee 100644 --- a/templates/forms/f_login.html +++ b/templates/forms/f_login.html @@ -1,6 +1,6 @@

Войдите в профиль

-
+ {% csrf_token %}
{% if form.errors.all__ %} @@ -23,11 +23,11 @@
Авторизуясь, вы соглашаетесь с Лицензионным соглашением Политикой конфиденциальности
-
Или
-
-
Войти через Google
-
-
Нет аккаунта? Зарегистрируйтесь
+{#
Или
#} +{#
#} +{#
Войти через Google
#} +{#
#} +
Нет аккаунта? Зарегистрируйтесь
-
> +
\ No newline at end of file