From 3820b140090450a285399ff55e57aa6f53f98e07 Mon Sep 17 00:00:00 2001 From: Anna Tsolakou Date: Wed, 10 Apr 2024 17:00:55 +0200 Subject: [PATCH] update style --- amadeus_demo/map/static/map/style.css | 12 +++--------- amadeus_demo/map/templates/map/map.html | 8 ++++---- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/amadeus_demo/map/static/map/style.css b/amadeus_demo/map/static/map/style.css index 97b3e06..feb18a4 100644 --- a/amadeus_demo/map/static/map/style.css +++ b/amadeus_demo/map/static/map/style.css @@ -1,14 +1,8 @@ #map { - width: 95%; - height: 450px; + margin-top: 20px; background: grey; } -#panel { - width: 100%; - height: 400px; -} - .H_ib_content { - min-width: 8em; !important; -} \ No newline at end of file + min-width: 8em !important; +} diff --git a/amadeus_demo/map/templates/map/map.html b/amadeus_demo/map/templates/map/map.html index e9fec0b..f829e70 100644 --- a/amadeus_demo/map/templates/map/map.html +++ b/amadeus_demo/map/templates/map/map.html @@ -21,10 +21,10 @@