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:
parent
c7c4afc6dd
commit
0e19d8319a
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue