implement header on map page (not fully functional yet)

This commit is contained in:
Jakob Ketterl
2019-07-11 13:40:12 +02:00
parent d57f9de21e
commit 2bf2fcd685
8 changed files with 280 additions and 258 deletions

23
htdocs/css/map.css Normal file
View File

@ -0,0 +1,23 @@
@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
/* expandable photo not implemented on map page */
#webrx-top-photo-clip {
max-height: 67px;
}
html, body, .openwebrx-map {
width: 100%;
height: 100%;
margin: 0;
}
h3 {
margin: 10px 0;
}
ul {
margin-block-start: 5px;
margin-block-end: 5px;
padding-inline-start: 25px;
}