summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorWu Cheng-Han2016-12-04 01:30:20 +0800
committerWu Cheng-Han2016-12-04 01:30:20 +0800
commit0ffdb447936d58432a3e0579ff8f0eb6e8d2a2dc (patch)
tree4337163534629010dc4d036f5322560f8810358f /public/css
parentda46a3696bfe4b7f7194888fbd9627514bbda3a4 (diff)
Fix preferences checkbox might not vertical aligned in some browsers
Diffstat (limited to 'public/css')
-rw-r--r--public/css/index.css5
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;