}
}
}
+
+ .btn-group {
+ width: 100%;
+ padding: 10px;
+ }
}
nav.secondary {
- border-bottom: 1px solid #eee;
-
.user-menu {
- display: block;
width: 100%;
- margin-left: 0;
- > li {
- width: 49%;
- > a {
- width: 100%;
- text-align: center;
- }
- }
}
}
display: inline-block;
}
- .map-layout {
+ &.map-layout {
#sidebar, #map {
position: relative;
overflow-x: hidden;
.overlay-sidebar {
#sidebar {
+ position: absolute;
width: 300px;
+ height: auto;
+ overflow: hidden;
}
#map {
}
}
- #sidebar .welcome {
- display: none !important;
+ .overlay-sidebar #sidebar .welcome.visible {
+ display: none;
+ }
+
+ .overlay-sidebar #sidebar #banner {
+ display: none;
}
.leaflet-top.leaflet-right {
top: 10px !important;
- z-index: 0;
}
.content_map {
top: auto;
}
- /* Rules for the sign-up page */
-
- .user-new,
- .user-create {
- .col6 {
- width: 100%;
- }
-
- .aside {
- display: none;
- }
- }
-
- .site-about #content .attr h1 {
+ &.site-about #content .attr h1 {
font-size: 28px;
}