diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 8454d87..e1d7cab 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1232,7 +1232,7 @@ } .not_found_routes{ - width: 98%; + width: 96%; height: 250px; background: #FFFFFF; box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20); diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 5fda6f5..4e7e7a8 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -606,6 +606,14 @@ function sendRoute(el, routeID = null){ // } // } +function setIcon(el) { + if(el.id === 'id_departure_DT' ){ + document.getElementById('id_departure_DT').style.background = 'url("/static/img/svg/IconCalendar.svg") white 98% no-repeat'; + + } + +} + diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html index 2e0afe0..0586018 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -77,7 +77,8 @@ {# boris change input #}