mirror of
https://github.com/noerw/gpx-visualize
synced 2025-06-07 00:06:04 +02:00
37 lines
627 B
CSS
37 lines
627 B
CSS
html, body, .left, .right{
|
|
margin: 0;
|
|
height: 100%;
|
|
font-family: sans;
|
|
background-color: #ddd;
|
|
}
|
|
.left { float: left; width: 49.5%; height: 100%; }
|
|
.right { float: right; width: 49.5%; height: 100%; }
|
|
|
|
h2 {
|
|
margin: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.meta-table tr:first-child * {
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
.meta-table tr>th {
|
|
text-align: right;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.meta-table th, td {
|
|
padding-left: 12px;
|
|
}
|
|
#map0, #map1 { height: 70%; }
|
|
|
|
.leaflet-popup-content-wrapper {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.leaflet-popup-content-wrapper .leaflet-popup-content {
|
|
padding-right: 7px;
|
|
margin: 3px;
|
|
}
|
|
|