Fix the bottom padding of help button in topbar
This commit is contained in:
parent
0c4495e356
commit
c25de24009
1 changed files with 3 additions and 1 deletions
|
@ -432,8 +432,10 @@ ul.photon-autocomplete {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-container .umap-help-link {
|
.leaflet-container [type="button"].umap-help-link {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
padding-bottom: 3px;
|
||||||
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
.leaflet-container .leaflet-control-edit-save,
|
.leaflet-container .leaflet-control-edit-save,
|
||||||
.leaflet-container .leaflet-control-edit-cancel,
|
.leaflet-container .leaflet-control-edit-cancel,
|
||||||
|
|
Loading…
Reference in a new issue