/* Rules for tabbed navigation bar */
#top-bar {
+ left: 0;
margin: 0px;
height: 39px;
padding: 0;
height: 16px;
display: block;
position: absolute;
+ left: 5px;
top: 5px;
padding: 2px;
width: 110px; /* TODO: find better fix for overlap */
#greeting {
position: absolute;
+ right: 5px;
top: 5px;
height: 14px;
font-size: 12px;
border: 0;
}
-.site-index .leaflet-top .leaflet-control,
-.site-export .leaflet-top .leaflet-control {
- margin-top: 10px !important;
+.leaflet-control-pan, .leaflet-control-zoomslider {
+ display: none;
+}
+
+.site-index .leaflet-top,
+.site-export .leaflet-top {
+ top: 8px !important;
}
/* Rules for the main content area */