From 33180718cd404a1d8d08d0e6d6329119250b3215 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 22 Apr 2014 20:59:55 +0200 Subject: [PATCH] Style up the forms a little bit --- pgcommitfest/commitfest/templates/base_form.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pgcommitfest/commitfest/templates/base_form.html b/pgcommitfest/commitfest/templates/base_form.html index d4de4bb..58edda2 100644 --- a/pgcommitfest/commitfest/templates/base_form.html +++ b/pgcommitfest/commitfest/templates/base_form.html @@ -16,6 +16,15 @@ form.patchcommentform div.control-group div.controls ul li { div.control-group div.controls ul li label { display: inline; } +div.controls input,select { + width: 90%; +} +div.controls input[type='checkbox'] { + width: 10px; +} +div.controls ul { + margin: 0px; +}
{%csrf_token%} {%if form.errors%} -- 2.39.5