1
0
Fork 0
mirror of https://github.com/noerw/gpx-visualize synced 2025-06-07 00:06:04 +02:00
gpx-visualize/static/css/compare.css
noerw 35db98e795 add final data, improve visualisation
mv slides.html compare.html
2016-07-05 07:57:39 +02:00

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;
}