mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
make headers more compact
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
header {
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
padding: 5px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
|
||||
@@ -7,6 +7,11 @@ form {
|
||||
form #q {
|
||||
min-width: 500px;
|
||||
}
|
||||
@media (max-width: 850px) {
|
||||
form #q {
|
||||
min-width: 400px;
|
||||
}
|
||||
}
|
||||
form .checkbox-inline {
|
||||
margin-left: 10px;
|
||||
}
|
||||
@@ -14,6 +19,13 @@ form label {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.search-type-link {
|
||||
display: inline;
|
||||
margin-right: 2em;
|
||||
position: absolute;
|
||||
right: 0
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 25%;
|
||||
padding: 15px;
|
||||
@@ -123,4 +135,7 @@ footer p {
|
||||
.sidebar {
|
||||
width: 100%;
|
||||
}
|
||||
.search-button-group {
|
||||
display: inline
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user