From 973aec43ea54bbf95b64fbcb636403401d1ca60e Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Fri, 28 Aug 2026 18:03:05 +0200 Subject: Import from e4b104792206ee7ea64bf39c6b7d2c0c230f9d14 --- web/style.css | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 web/style.css (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css new file mode 100644 index 0000000..a96354c --- /dev/null +++ b/web/style.css @@ -0,0 +1,62 @@ +html, body { + margin: 0px; + height: 100%; + font-family: sans-serif; + font-size: 14px; +} + +#map { height: 100%; } + +.box { + padding: 10px; + background-color: white; + border: 2px solid #b0b0b0; + border-radius: 4px; +} + +dialog button { + float: right; +} + +details summary { + user-select: none; + cursor: pointer; +} + +table { + border-collapse: collapse; + border: 1px solid black; + margin: 5px 0px; +} + +th, td { + border: 1px solid black; + padding: 5px 5px; +} + +form[name="gpx-upload-form"] { + z-index: 1000; + display: flex; + gap: 16pt; + position: absolute; + top: 10px; + right: 10px; +} + +#sysinfo { + z-index: 1000; + display: flex; + flex-direction: column; + gap: 5px; + position: absolute; + bottom: 10px; + left: 10px; +} + +#sysinfo h3 { + margin: 0px 0px; +} + +.help-cursor { + cursor: help; +} -- cgit v1.3