diff options
author | Magnus Hagander | 2014-04-23 12:17:00 +0000 |
---|---|---|
committer | Magnus Hagander | 2014-04-23 12:17:00 +0000 |
commit | 7a8c9acd025dcb77f0e588f7dcd5c473446b5d72 (patch) | |
tree | 5ef5fd6b316bd54b550c88739c9792d88bfd386f | |
parent | 33180718cd404a1d8d08d0e6d6329119250b3215 (diff) |
Properly style textareas in forms as well
-rw-r--r-- | pgcommitfest/commitfest/templates/base_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/base_form.html b/pgcommitfest/commitfest/templates/base_form.html index 58edda2..40e423d 100644 --- a/pgcommitfest/commitfest/templates/base_form.html +++ b/pgcommitfest/commitfest/templates/base_form.html @@ -16,7 +16,7 @@ form.patchcommentform div.control-group div.controls ul li { div.control-group div.controls ul li label { display: inline; } -div.controls input,select { +div.controls input,select,textarea { width: 90%; } div.controls input[type='checkbox'] { |