diff --git a/static/css/styles.css b/static/css/styles.css index 1ac6f8a..2195506 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1074,7 +1074,18 @@ div.from_to_place>div>select{ .my_route{ display: block ruby; - margin: 15px 5px; + background-color: White; + border-radius: 10px; + margin: 2% 0 0 0; + box-shadow: 0px -1px 10px 0px #C6C7CB33; + +} + +.route_info{ + border-style: inset; + border-width: 1px; + border-color: transparent #F8F8F8 transparent transparent; + } /*my routes*/ diff --git a/templates/widgets/w_route_info.html b/templates/widgets/w_route_info.html index 9810cae..01ff817 100644 --- a/templates/widgets/w_route_info.html +++ b/templates/widgets/w_route_info.html @@ -4,27 +4,41 @@ {{ route.get_cargo_type_display }} {{ route.weight }} {{ route.get_type_transport_display }} -