From 3897a1e5a874084d3f6f11c96381229eae65f788 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Sun, 30 Apr 2017 09:46:22 +0200 Subject: [PATCH] Fixed checkboxes not being vertically lined up. --- src/webapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webapp.py b/src/webapp.py index 271d10e..a7da1ed 100644 --- a/src/webapp.py +++ b/src/webapp.py @@ -53,8 +53,8 @@ HTML_HEADER = u''' div.form li.hidden {{ display: none; }} div.form p.form-field-title {{ margin-bottom: 0px; }} div.form p.form-field-input {{ margin-top: 0px; }} - div.form li.checkbox p.form-field-input {{ float: left; - margin-right: 8px; }} + div.form li.checkbox p.form-field-input {{ display: inline; }} + div.form li.checkbox p.form-field-title {{ display: inline; }} div.form li.required abbr {{ color: #FF0000; }} select, textarea,