diff options
author | Magnus Hagander | 2014-04-22 18:59:55 +0000 |
---|---|---|
committer | Magnus Hagander | 2014-04-22 18:59:55 +0000 |
commit | 33180718cd404a1d8d08d0e6d6329119250b3215 (patch) | |
tree | 0d55554853e8fbb0d9cf5169e8efcdceede7952d | |
parent | 30520ce0ae53ad96c586ad84188891678d1d9bf8 (diff) |
Style up the forms a little bit
-rw-r--r-- | pgcommitfest/commitfest/templates/base_form.html | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} </style> <form class="form-horizontal {{extraformclass}}" method="POST" action=".">{%csrf_token%} {%if form.errors%} |