From: Philipp Klaus Date: Sat, 23 Sep 2017 03:07:00 +0000 (+0800) Subject: DASH: fix vertical alignment of ON/OFF slider (w/ bootstrap) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=1b969afc8c7d9424d12bc8f245d74978c057b3c9;p=mvd_epics.git DASH: fix vertical alignment of ON/OFF slider (w/ bootstrap) --- diff --git a/python_suite/dashboard/static/css/style.css b/python_suite/dashboard/static/css/style.css index 6c7f55d..b0170fe 100644 --- a/python_suite/dashboard/static/css/style.css +++ b/python_suite/dashboard/static/css/style.css @@ -159,6 +159,8 @@ div.error { width: 8em; padding: 0.125em; border: solid 2px #5E5E5E; + vertical-align: middle; + margin-bottom: 0; } .toggle input { position: absolute;