-
-
-form {
+.top-bar {
width: 100%;
padding: 1em 15px;
}
+
+.top-bar #q {
+ max-width: 500px;
+}
+
+.tab-content {
+ border: 1px solid #ddd;
+ border-top: none;
+}
+
form #q {
min-width: 500px;
}
min-width: 400px;
}
}
-form .checkbox-inline {
- margin-left: 10px;
-}
-form label {
- font-weight: normal;
+
+#reverse-page form label {
+ margin-left: 0.4rem;
+ margin-right: 0.4rem;
}
.search-type-link {
}
#switch-coords {
- font-size: 0.8em;
+ font-size: 0.6rem;
font-weight: bold;
cursor: pointer;
+ padding: 2px;
+ margin: 5px;
}
.sidebar {
#map-wrapper {
position: relative;
- min-height: 700px;
+ height: calc(100vh - 250pt);
width: 75%;
padding-right: 20px;
display: inline-block;
#map {
height: 100%;
- min-height: 700px;
background:#eee;
}
margin: 10px auto;
display: block;
max-width: 10em;
+ padding: 1px;
}
.result img{
float: right;
width: 100%;
}
.search-button-group {
- display: inline
+ display: inline;
}
}
+
+label {
+ font-weight: normal;
+}