From 286f931e59639ef2411b9e382fe4655a1e7d4ee5 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Fri, 6 Sep 2019 19:19:04 +0200 Subject: [PATCH] Display GateCounting Boxes in a line not a collumn --- CHANGELOG | 3 +++ Lora-Map/resources/css/global.css | 28 +++++++++++++++------------- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1a62ec0..c2dc6c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,9 @@ * Searchfunction case insensitive * Show Numbers from a Place not with linebreaking * Numbers on places are not clickable, also as the grid +* Search in Description of Polygons +* Change Sani to Rettungsdienst +* Display GateCounting Boxes in a line not a collumn ## 1.2.9 ### New Features diff --git a/Lora-Map/resources/css/global.css b/Lora-Map/resources/css/global.css index b10bf59..45019bb 100644 --- a/Lora-Map/resources/css/global.css +++ b/Lora-Map/resources/css/global.css @@ -318,20 +318,22 @@ object { } #overlays #cameracount { - position: absolute; - top: 10px; - left: 61px; - z-index: 50000; - font-size: 11px; - font-family: "Verdana"; - padding: 3px; -} -#overlays #cameracount .camera { - background-color: white; - border: rgba(0,0,0,0.3) solid 2px; - border-radius: 5px; - padding: 4px; + position: absolute; + top: 10px; + left: 61px; + z-index: 50000; + font-size: 11px; + font-family: "Verdana"; + padding: 3px; + display: inline-flex; } + #overlays #cameracount .camera { + background-color: white; + border: rgba(0,0,0,0.3) solid 2px; + border-radius: 5px; + padding: 4px; + margin-right: 5px; + } #overlays #cameracount .camera span { display: block; text-align: center;