Merge branch 'layerChooser' of https://github.com/hastarin/ingress-intel-total-conversion into hastarin-layerChooser

This commit is contained in:
Jon Atkins
2013-05-08 21:39:29 +01:00
6 changed files with 29 additions and 23 deletions

View File

@ -7,18 +7,16 @@ body {
background: #0B3351 !important
}
.leaflet-top .leaflet-control {
margin-top: 5px !important;
margin-left: 5px !important;
}
.leaflet-control-layers {
margin-left: 0 !important;
margin-top: 40px !important;
margin-top: 0 !important;
}
.leaflet-control-zoom {
margin-left: 5px !important;
margin-top: 80px !important;
}
#geosearch {
width: 100%;
}
@ -126,6 +124,11 @@ body {
display: none;
}
.leaflet-control-layers-toggle {
width: 50px !important;
height: 50px !important;
}
.leaflet-control-layers-list label {
padding: 6px 0;
}
@ -135,13 +138,6 @@ body {
}
#portal_highlight_select{
position: absolute;
top:42px;
left:310px;
z-index: 9999;
font-size:11px;
font-family: "coda",arial,helvetica,sans-serif;
background-color:#0E3C46;
color:#ffce00;
top:0px !important;
left:0px !important;
}