Display GateCounting Boxes in a line not a collumn

This commit is contained in:
BlubbFish 2019-09-06 19:19:04 +02:00
parent 7641cb50eb
commit 286f931e59
2 changed files with 18 additions and 13 deletions

View File

@ -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

View File

@ -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;