# HG changeset patch # User Søren Løvborg # Date 2017-02-16 16:03:25 # Node ID eb9b95e835cbcc66facc8e5fc132cbb6790565e0 # Parent 8d57723ffc3032358d40f36990bc479afcb7b19b css: fix checkbox alignment Checkboxes are a bit off-alignment throughout Kallithea, but floating them left makes it noticably worse, and also seems like an odd thing to do (checkboxes are usually rendered inline with the label). diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -3212,7 +3212,6 @@ nav.navbar #quick li .dropdown-menu, } #content div.panel div.form div.form-horizontal div.form-group > div div.checkbox input { - float: left; margin: -4px 5px 0px 0px; }