Better responsive alignment of topbar icons and texts
This commit is contained in:
parent
c25de24009
commit
bfd4b96807
1 changed files with 8 additions and 2 deletions
|
@ -454,16 +454,22 @@ ul.photon-autocomplete {
|
||||||
.leaflet-container .leaflet-control-edit-save:before,
|
.leaflet-container .leaflet-control-edit-save:before,
|
||||||
.leaflet-container .leaflet-control-edit-cancel:before {
|
.leaflet-container .leaflet-control-edit-cancel:before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 24px;
|
width: 19px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background-position: -50px -122px;
|
background-position: -50px -122px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url('./img/16-white.svg');
|
background-image: url('./img/16-white.svg');
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.leaflet-container .leaflet-control-edit-disable span,
|
||||||
|
.leaflet-container .leaflet-control-edit-save span,
|
||||||
|
.leaflet-container .leaflet-control-edit-cancel span {
|
||||||
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
.leaflet-container .leaflet-control-edit-save:before {
|
.leaflet-container .leaflet-control-edit-save:before {
|
||||||
background-position: -2px -25px;
|
background-position: -1px -26px;
|
||||||
}
|
}
|
||||||
.leaflet-container .leaflet-control-edit-disable:before {
|
.leaflet-container .leaflet-control-edit-disable:before {
|
||||||
background-position: -50px -25px;
|
background-position: -50px -25px;
|
||||||
|
|
Loading…
Reference in a new issue