From: Magnus Hagander Date: Tue, 22 Apr 2014 18:59:55 +0000 (+0200) Subject: Style up the forms a little bit X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=33180718cd404a1d8d08d0e6d6329119250b3215;p=pgcommitfest2.git Style up the forms a little bit --- 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%}