From 0ffdb447936d58432a3e0579ff8f0eb6e8d2a2dc Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sun, 4 Dec 2016 01:30:20 +0800 Subject: [PATCH] Fix preferences checkbox might not vertical aligned in some browsers --- public/css/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/index.css b/public/css/index.css index b480a58..da1823f 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -426,6 +426,11 @@ div[contenteditable]:empty:not(:focus):before{ cursor: pointer; } +.status-bar .status-indicators .status-preferences .dropdown-menu label > input[type="checkbox"] { + vertical-align: middle; + margin: -3px 0 0; +} + .ui-theme-toggle, .ui-spellcheck-toggle { opacity: 0.2;