-/* 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: auto;
+ min-height: $headerHeight;
background: #fff;
- border-bottom: 1px solid #ddd;
- clear: both;
- position: fixed;
- width: 100%;
- top: 0;
- h1 { padding-bottom: 15px; }
- &.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%;
}
}
-#content { margin-top: 58px; }
+#compact-secondary-nav {
+ display: none;
+}
+
+.compact-hide {
+ display: inline-block;
+}
.map-layout {
- #sidebar {
- width: 100%;
- position: fixed;
- top: 58px;
- height: 360px;
+ #sidebar, #map {
+ position: relative;
overflow-x: hidden;
- z-index: 1;
- background: #fff;
- p.large-text {
- font-size: 1.4em;
- line-height: 1.5em;
+ width: 100%;
+ height: 50%;
+ }
+
+ .overlay-sidebar {
+ #sidebar {
+ width: 300px;
}
- &.minimized {
- background: none;
+
+ #map {
+ height: 100%;
}
}
- #content {
- position: fixed;
- top: 0;
- display: block;
- height: 100%;
- margin-top: 0;
- padding-top: 58px;
- }
- #map {
+
+ #map-ui {
+ z-index: 9999;
width: 100%;
- // height: 100%;
- // position: fixed;
+ overflow-y: scroll;
}
}
+#sidebar .welcome {
+ display: none !important;
+}
+
.leaflet-top.leaflet-right {
top: 10px !important;
z-index: 0;
min-height: auto;
}
-/* Rules for the map UI */
-
-.layers-ui {
- .leaflet-container {
- display: none;
- }
-
- li {
- border-radius: 0;
- margin-bottom: 0;
-
- &:first-child {
- border-radius: 4px 4px 0 0;
- }
-
- &:last-child {
- border-radius: 0 0 4px 4px;
- }
- }
-
- .overlay-layers p {
- display: none;
- }
-}
-
/* Rules for the login form */
#login_login input#user_email {