Reset Leaflet styles so that the OSM color scheme is more uniform.
Also makes note input fields shorter - 100px tall - by default.
This commit is contained in:
parent
2880d66eb8
commit
0d35a10a50
2 changed files with 19 additions and 0 deletions
|
@ -1765,6 +1765,7 @@ a.button.submit {
|
|||
|
||||
.comment {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
|
|
@ -34,3 +34,21 @@ div.leaflet-marker-icon.location-filter.move-marker {
|
|||
.user_popup p {
|
||||
margin: 0px 2px 0px 55px !important;
|
||||
}
|
||||
|
||||
.site .leaflet-container a {
|
||||
color: #00f;
|
||||
}
|
||||
|
||||
.site .leaflet-popup p {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
.leaflet-control-attribution #permalinkanchor {
|
||||
background: image-url("sprite.png") 0 -45px no-repeat;
|
||||
padding-left:20px;
|
||||
}
|
||||
|
||||
.site .leaflet-control-attribution {
|
||||
box-shadow: none;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue