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,12 +1,20 @@
|
||||
body {
|
||||
margin:0px;
|
||||
padding:16px;
|
||||
background:#ffffff;
|
||||
height: 100%;
|
||||
font: normal 12px/15px arial,sans-serif;
|
||||
margin-top: 1em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.line{
|
||||
margin-left:20px;
|
||||
h1 {
|
||||
margin: 30px 0;
|
||||
}
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
margin-top: 4em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.table {
|
||||
/*width: auto;*/
|
||||
max-width: 800px;
|
||||
}
|
||||
.name{
|
||||
font-weight: bold;
|
||||
@@ -18,9 +26,22 @@ body {
|
||||
color:#800;
|
||||
}
|
||||
#map {
|
||||
width:500px;
|
||||
width:100%;
|
||||
height:500px;
|
||||
border: 2px solid #666;
|
||||
float: right;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
#mapicon {
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 2em 0;
|
||||
font-size: 0.8em;
|
||||
clear: both;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
footer p {
|
||||
margin: 1em;
|
||||
}
|
||||
@@ -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