diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index c79283c..7e000e1 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -6,6 +6,26 @@ width: 100% !important; } + + +.text-align-center{ + text-align: center; + width: 100%; + +} + + +.title_page{ + font-size: 44px; + color: #272424; + font-weight: 700; +} + +.cut-width{ + max-width: 1280px; + margin: auto; +} + /**/ .title-profile-cont{ @@ -638,4 +658,18 @@ width: 100%; } -/*p_results_find_route*/ \ No newline at end of file +/*p_results_find_route*/ + +.container_form_search_carrier{ + height: 120px; + width: 100%; + background: #FFF; + box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20); + margin-top: 60px; + margin-bottom: 40px; + border-radius: 10px; +} + +.block-filters-find-route{ + min-height: 660px; +} \ No newline at end of file diff --git a/static/css/styles.css b/static/css/styles.css index 0682362..e5a6378 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -106,15 +106,8 @@ html, body{ height: 100%; } -/*uni-classes (boris)*/ -.text-align-center{ - text-align: center; -} - -/*uno classes end (boris)*/ - /*Стилизация radio button */ diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 1001d9e..e5cc202 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -254,7 +254,7 @@ function sendRoute(el, routeID = null){ }, error: function (data, exception){ - document.querySelector(".info_profile").innerHTML = data.responseText; + document.querySelector(".info_profile").innerHTML = data.responseJSON.html; diff --git a/templates/pages/p_results_find_route.html b/templates/pages/p_results_find_route.html index f0e2405..15e77fd 100644 --- a/templates/pages/p_results_find_route.html +++ b/templates/pages/p_results_find_route.html @@ -1,7 +1,21 @@ {% extends "tb_base.html" %} {% load static %} -
-

Поиск перевозчика

-
-
-
\ No newline at end of file + +{% block content %} +
+
+

Поиск перевозчика

+
+
+
+
+
+ +
+
+ +
+
+
+ +{% endblock %} \ No newline at end of file