diff options
author | Wu Cheng-Han | 2016-12-04 01:30:20 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-12-04 01:30:20 +0800 |
commit | 0ffdb447936d58432a3e0579ff8f0eb6e8d2a2dc (patch) | |
tree | 4337163534629010dc4d036f5322560f8810358f /public/css | |
parent | da46a3696bfe4b7f7194888fbd9627514bbda3a4 (diff) |
Fix preferences checkbox might not vertical aligned in some browsers
Diffstat (limited to '')
-rw-r--r-- | public/css/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css index b480a580..da1823f2 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; |