aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-09-20 11:23:53 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-09-20 11:23:53 +0200
commite42edddd33382855202ff2f17e6b77d65f6ad152 (patch)
treec26c0f5b48e66a3f36380bcdfb1ecd60c7453234 /static/style.css
parent7208269be13d0ee27fd696fcae31330e2a78b969 (diff)
downloadodr-dabmux-gui-e42edddd33382855202ff2f17e6b77d65f6ad152.tar.gz
odr-dabmux-gui-e42edddd33382855202ff2f17e6b77d65f6ad152.tar.bz2
odr-dabmux-gui-e42edddd33382855202ff2f17e6b77d65f6ad152.zip
Show RC params in dashboard
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index dd43c7a..39ca359 100644
--- a/static/style.css
+++ b/static/style.css
@@ -29,6 +29,19 @@ nav {
flex: none;
}
+.section {
+ padding-left: 0.25rem;
+ padding-top: 0.25rem;
+ padding-bottom: 0.25rem;
+}
+
+.setting-entry {
+ padding-left: 0.25rem;
+ padding-top: 0.25rem;
+ padding-bottom: 0.25rem;
+}
+
+
.div-menu {
border-top-width: 1px;
border-bottom-width: 0px;