Tweaked the style used on the nomcom feedback pages a bit, to give people a bit more room to write in the feedback field.

- Legacy-Id: 6652
This commit is contained in:
Henrik Levkowetz 2013-11-04 20:48:53 +00:00
parent c7c4afc6dd
commit 0e19d8319a
2 changed files with 15 additions and 6 deletions

View file

@ -4,14 +4,18 @@
{% block morecss %}
.content .primary {
width: 550px;
padding-right: 20px;
width: 50em;
padding-right: 2em;
float: left;
display: inline;
}
table.nominees tr td {
padding-left: 15px;
padding-left: 1em;
}
#id_comments {
width: 40em;
}
{% endblock %}

View file

@ -4,15 +4,20 @@
{% block morecss %}
.content .primary {
width: 550px;
padding-right: 20px;
width: 50em;
padding-right: 2em;
float: left;
display: inline;
}
table.nominees tr td {
padding-left: 15px;
padding-left: 1em;
}
#id_comments {
width: 40em;
}
{% endblock %}
{% block subtitle %} - Feedback{% endblock %}