Style up the forms a little bit
authorMagnus Hagander <magnus@hagander.net>
Tue, 22 Apr 2014 18:59:55 +0000 (20:59 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 22 Apr 2014 18:59:55 +0000 (20:59 +0200)
pgcommitfest/commitfest/templates/base_form.html

index d4de4bb19f394694f2d6cc6ddfe8a779975c3434..58edda281cab43c8d0b8eb8f34bbe87b085d9f19 100644 (file)
@@ -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%}