mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
details.php now also responsive
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
header {
|
||||
/*position: fixed;*/
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
z-index: 5;
|
||||
@@ -66,6 +65,7 @@ form label {
|
||||
|
||||
#map {
|
||||
height: 100%;
|
||||
min-height: 700px;
|
||||
background:#eee;
|
||||
}
|
||||
|
||||
@@ -148,6 +148,9 @@ footer p {
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
#map {
|
||||
height: 300px;
|
||||
}
|
||||
.sidebar {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user