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:
Tom MacWright 2013-04-28 11:45:12 -05:00 committed by Tom Hughes
parent 2880d66eb8
commit 0d35a10a50
2 changed files with 19 additions and 0 deletions

View file

@ -1765,6 +1765,7 @@ a.button.submit {
.comment {
width: 100%;
height: 100px;
}
.buttons {

View file

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