changeset 6507:eb9b95e835cb

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).
author Søren Løvborg <sorenl@unity3d.com>
date Thu, 16 Feb 2017 16:03:25 +0100
parents 8d57723ffc30
children 4e9caabef69c
files kallithea/public/css/style.css
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Thu Feb 16 16:09:53 2017 +0100
+++ b/kallithea/public/css/style.css	Thu Feb 16 16:03:25 2017 +0100
@@ -3212,7 +3212,6 @@
 }
 
 #content div.panel div.form div.form-horizontal div.form-group > div div.checkbox input {
-    float: left;
     margin: -4px 5px 0px 0px;
 }