diff --git a/static/css/styles.css b/static/css/styles.css index 13223f9..9603c32 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1151,6 +1151,21 @@ input#id_cargo_type{ display: inline-block; } + +.route_info_point { + width: 462px; + height: 60px; + border-radius: 10px; + background: #F8F8F8; + margin: 10px; + text-align: center; +} +.route_info_point>span{ + top:20%; + position: relative; +} + + .route_info_about>span:first-child{ background: url("/static/img/png/Tag.png") left center no-repeat; margin: 0 20px 0 20px; diff --git a/templates/widgets/w_route_info.html b/templates/widgets/w_route_info.html index 51297df..66cd3dd 100644 --- a/templates/widgets/w_route_info.html +++ b/templates/widgets/w_route_info.html @@ -18,9 +18,14 @@