Display GateCounting Boxes in a line not a collumn
This commit is contained in:
parent
7641cb50eb
commit
286f931e59
@ -8,6 +8,9 @@
|
|||||||
* Searchfunction case insensitive
|
* Searchfunction case insensitive
|
||||||
* Show Numbers from a Place not with linebreaking
|
* Show Numbers from a Place not with linebreaking
|
||||||
* Numbers on places are not clickable, also as the grid
|
* 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
|
## 1.2.9
|
||||||
### New Features
|
### New Features
|
||||||
|
@ -325,13 +325,15 @@ object {
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-family: "Verdana";
|
font-family: "Verdana";
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
#overlays #cameracount .camera {
|
#overlays #cameracount .camera {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: rgba(0,0,0,0.3) solid 2px;
|
border: rgba(0,0,0,0.3) solid 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
margin-right: 5px;
|
||||||
|
}
|
||||||
#overlays #cameracount .camera span {
|
#overlays #cameracount .camera span {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user