-/* Styles specific to a small screen, such as iPhone, Android, etc... */
+@import "parameters";
-* { -webkit-appearance: none; }
+/* Styles specific to a small screen, such as iPhone, Android, etc... */
-/* Default rules for the body of every page */
+input[type="submit"],
+input[type="text"] {
+ -webkit-appearance: none;
+}
.column-1 {
width: 100%;
}
-/* Rules for the whole left sidebar, including the logo */
-
#menu-icon {
- display: inline-block;
+ display: inline-block !important;
}
-
nav.primary,
nav.secondary {
float: none !important;
}
header {
- min-height: 54px;
- height: 100%;
+ height: auto;
+ min-height: $headerHeight;
background: #fff;
- clear: both;
- h1 { padding-bottom: 17px; }
- &.closed {
- nav.primary,
- nav.secondary {
- display: none;
- }
+
+ h1 {
+ padding-bottom: 15px;
+ }
+
+ &.closed nav {
+ display: none;
+ }
+
+ .search_form {
+ display: block;
}
}
-.mobile-hide { display: none !important; }
+#sidebar .search_form,
+#edit_tab,
+#export_tab {
+ display: none;
+}
nav.primary {
padding: 0;
+
ul, li {
border: none;
border-radius: 0;
width: 100%;
}
+
ul {
border-top: 1px solid #eee;
li {
}
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;
+ }
+ }
}
}
-.map-layout {
- #sidebar {
- width: 60%;
- }
- #content {
- position: static;
- display: block;
- height: 600px;
- }
+#compact-secondary-nav {
+ display: none;
}
-.content_map {
- width: 100%;
- border: none;
- float: none;
- height: 200px;
- max-height: none;
- min-height: auto;
+.compact-hide {
+ display: inline-block;
}
-/* Rules for the map UI */
-
-.layers-ui {
- .leaflet-container {
- display: none;
+.map-layout {
+ #sidebar, #map {
+ position: relative;
+ overflow-x: hidden;
+ width: 100%;
+ height: 50%;
}
- li {
- border-radius: 0;
- margin-bottom: 0;
-
- &:first-child {
- border-radius: 4px 4px 0 0;
+ .overlay-sidebar {
+ #sidebar {
+ width: 300px;
}
- &:last-child {
- border-radius: 0 0 4px 4px;
+ #map {
+ height: 100%;
}
}
- .overlay-layers p {
- display: none;
+ #map-ui {
+ z-index: 9999;
+ width: 100%;
+ overflow-y: scroll;
}
}
+#sidebar .welcome {
+ display: none !important;
+}
+
+.leaflet-top.leaflet-right {
+ top: 10px !important;
+ z-index: 0;
+}
+
+.content_map {
+ width: 100%;
+ border: none;
+ float: none;
+ height: 200px;
+ max-height: none;
+ min-height: auto;
+}
+
/* Rules for the login form */
#login_login input#user_email {
display: none;
}
}
+
+.site-about #content .attr h1 {
+ font-size: 28px;
+}