+@import "parameters";
+
/* Styles specific to a small screen, such as iPhone, Android, etc... */
input[type="submit"],
header {
height: auto;
+ min-height: $headerHeight;
background: #fff;
h1 {
&.closed nav {
display: none;
}
+
+ .search_form {
+ display: block;
+ }
}
+#sidebar .search_form,
#edit_tab,
#export_tab {
display: none;
}
}
+#sidebar .welcome {
+ display: none !important;
+}
+
.leaflet-top.leaflet-right {
top: 10px !important;
z-index: 0;