mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 22:47:04 +00:00
implement header on map page (not fully functional yet)
This commit is contained in:
parent
d57f9de21e
commit
2bf2fcd685
8 changed files with 280 additions and 258 deletions
23
htdocs/css/map.css
Normal file
23
htdocs/css/map.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue