diff --git a/static/css/styles.css b/static/css/styles.css index 068f0c8..7189d26 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -943,6 +943,8 @@ form.new_route{ /*end create new route*/ + + /*Range slider*/ @@ -1007,8 +1009,12 @@ form.new_route{ display:block; width: 50%; height: 200px; - overflow: scroll; + } .input_list show.hide{ display: none; +} + +select#id_cargo_type{ + height: 120px; } \ 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 b89f49e..f10660a 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -99,7 +99,7 @@