]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/assets/css/search.css
Always display more-results button below search results
[nominatim-ui.git] / dist / assets / css / search.css
index 51a4490ed44adc794d8b918c5d7a2a1e9ea562c0..dc3e54b7c0b7bb4c83735dce87b9614461b53ef1 100755 (executable)
@@ -7,9 +7,9 @@
   max-width: 500px;
 }
 
-.form-group-simple.hidden,
-.form-group-structured.hidden {
-  display: none;
+.tab-content {
+  border: 1px solid #ddd;
+  border-top: none;
 }
 
 form #q {
@@ -20,11 +20,10 @@ form #q {
     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 {
@@ -35,9 +34,11 @@ form label {
 }
 
 #switch-coords {
-  font-size: 0.8em;
+  font-size: 0.6rem;
   font-weight: bold;
   cursor: pointer;
+  padding: 2px;
+  margin: 5px;
 }
 
 .sidebar {
@@ -101,6 +102,7 @@ form label {
   margin: 10px auto;
   display: block;
   max-width: 10em;
+  padding: 1px;
 }
 .result img{
   float: right;
@@ -152,12 +154,6 @@ form label {
   }
 }
 
-.search-button-group {
-  margin-top: 3px;
-  box-sizing: content-box;
-  margin-bottom: 3px;
-}
-
 label {
   font-weight: normal;
 }
\ No newline at end of file