user interface: less spacing in table, pushing more content above the fold

This commit is contained in:
marc tobias
2016-01-21 13:47:00 +00:00
parent 513efecc34
commit 9f1d3ac272
2 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
header { header {
width: 100%; width: 100%;
padding: 5px; padding: 5px 15px;
z-index: 5; z-index: 5;
} }

View File

@@ -1,16 +1,24 @@
h1 { h1 {
margin: 30px 0; margin: 10px 0;
padding-left: 8px;
} }
h2 { h2 {
font-size: 2em; font-size: 2em;
margin-top: 4em; padding-left: 8px;
} }
h3 { h3 {
font-size: 1.5em; font-size: 1.5em;
padding-left: 8px;
} }
.table { .table {
width: 100%; width: 100%;
} }
.table td {
font-size: 0.9em;
}
.table>thead>tr>td, .table>tbody>tr>td {
padding: 2px 8px;
}
.name{ .name{
font-weight: bold; font-weight: bold;
} }
@@ -22,11 +30,11 @@ h3 {
} }
#map { #map {
width:100%; width:100%;
height:500px; height:300px;
border: 1px solid #666; border: 1px solid #666;
} }
#mapicon { #mapicon {
margin: 30px 0; margin: 10px 0;
} }
footer { footer {