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;