From 20fe37b459f68a7aeafe895569154dcf46d86fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 1 Dec 2020 18:19:01 +0100 Subject: [PATCH] Align checkboxes with labels in optionsdiv. --- static/sfu.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/sfu.css b/static/sfu.css index d080ba8..1376a6d 100644 --- a/static/sfu.css +++ b/static/sfu.css @@ -651,6 +651,10 @@ h1 { margin-bottom: 4px; } +#optionsdiv input[type="checkbox"] { + vertical-align: middle; +} + #presentbutton, #unpresentbutton { white-space: nowrap; margin-right: 0.4em; @@ -1221,4 +1225,3 @@ header .collapse { } } -