aboutsummaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2023-10-01 21:09:38 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2023-10-01 21:09:38 +0200
commit7624a449dbca6d40fec6e616dacd4d34bb40be19 (patch)
tree41ed16fe8c4049bc3aef5a5db223e6fd895ec1cc /web/style.css
parent5be351dbe7feb4c8cfd28da883a6904ab7fc57b3 (diff)
downloadmeteo_toolbox-7624a449dbca6d40fec6e616dacd4d34bb40be19.tar.gz
web
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/web/style.css b/web/style.css
index f478501..41d8166 100644
--- a/web/style.css
+++ b/web/style.css
@@ -1,13 +1,24 @@
:root {
--dummy: white;
- --indexwidth: 50px;
+ --indexwidth: 100px;
+ --productindex-width: 150px;
+}
+
+body {
+ font-family: mono;
+}
+
+div.product_index {
+ width: var(--productindex-width);
+ float: left;
}
div.index {
width: var(--indexwidth);
- position: fixed;
+ float: left;
+ margin-top: var(--header-heigth);
}
div.mapframe {
- margin-left: var(--indexwidth);
+ float: left;
}