diff --git a/static/css/styles.css b/static/css/styles.css index 9335889..2d9f93c 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -758,6 +758,7 @@ section.profile { font-weight: 500; line-height: 22px; text-decoration: none; + text-decoration: none; display: block; width: 100%; text-align: center; @@ -879,4 +880,41 @@ select { .errorlist>li{ color:red; -} \ No newline at end of file +} + +/*create new route*/ +select#id_type_transport{ + display: block; + height: 60px; + width: 394px; + border-radius: 15px; + border: 2px solid #E6E6E6; + padding: 10px; + color: #272424; + font-family: Inter; + font-size: 16px; + font-style: normal; + font-weight: 400; + line-height: 22px; + appearance: none; + /*background: url("/static/img/png/icon-arrow.png") no-repeat calc(100% - 15px) center;*/ +} + +hr { + border: none; /* Убираем границу */ + background-color: #E6E6E6; /* Цвет линии */ + color: #E6E6E6; /* Цвет линии для IE6-7 */ + height: 2px; /* Толщина линии */ + } +form.new_route>div{ + margin-bottom: 30px; + margin-top: 30px; + display: flex; +} +form.new_route{ + width:100%; +} + + + +/*end create new route*/ \ No newline at end of file diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html index 7c76cb2..fcfd235 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -9,19 +9,20 @@ +
+
- - -
-
- - + + + + +
+
-
-
+
@@ -40,8 +41,7 @@ {% endfor %} - -
+
+ +
+
+ +
+
+ +
+
@@ -69,6 +78,9 @@
+ +
+
diff --git a/templates/inter/meta.html b/templates/inter/meta.html index f3347a9..8a5d5ba 100644 --- a/templates/inter/meta.html +++ b/templates/inter/meta.html @@ -3,4 +3,5 @@ + \ No newline at end of file