mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
user interface: less spacing in table, pushing more content above the fold
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
header {
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
padding: 5px 15px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,16 +1,24 @@
|
||||
h1 {
|
||||
margin: 30px 0;
|
||||
margin: 10px 0;
|
||||
padding-left: 8px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
margin-top: 4em;
|
||||
padding-left: 8px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.5em;
|
||||
padding-left: 8px;
|
||||
}
|
||||
.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 +30,11 @@ h3 {
|
||||
}
|
||||
#map {
|
||||
width:100%;
|
||||
height:500px;
|
||||
height:300px;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
#mapicon {
|
||||
margin: 30px 0;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
||||
Reference in New Issue
Block a user