]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/details.css
adapt tests to ranking changes
[nominatim.git] / website / css / details.css
index f0ab036211fa0e8f0544137c5881b6795d739a08..8f21c310aaa9b265b0b76e1960fef4ec342a18e0 100644 (file)
@@ -1,16 +1,39 @@
 h1 {
-  margin: 30px 0;
+  margin: 10px 0;
+  padding-left: 8px;
+}
+h1 small a {
+  font-size: 0.5em;
+  white-space: nowrap;
 }
 h2 {
   font-size: 2em;
-  margin-top: 4em;
+  padding-left: 8px;
+  background-color: white;
 }
 h3 {
   font-size: 1.5em;
+  padding-left: 8px;
+}
+
+tr.all-columns {
+  background-color: white !important; 
+  border: none;
 }
+tr.all-columns td {
+  border-top: none !important;
+  padding-left: 0 !important;
+}
+
 .table {
   width: 100%;
 }
+.table td {
+  font-size: 0.9em;
+}
+.table>thead>tr>td, .table>tbody>tr>td {
+  padding: 2px 8px;
+}
 .name{
   font-weight: bold;
 }
@@ -22,11 +45,22 @@ h3 {
 }
 #map {
   width:100%;
-  height:500px;
+  height:300px;
   border: 1px solid #666;
 }
 #mapicon {
-  margin: 30px 0;
+  margin: 10px 0;
+}
+
+#details-index-page .search-form {
+  padding: 20px 10px;
+  margin: 2em 0;
+}
+#details-index-page .search-form h4 {
+  margin-top: 0;
+}
+#details-index-page .search-form .form-control{
+  width: 30em;
 }
 
 footer {