Skip to content

Commit 0e19d83

Browse files
committed
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
1 parent c7c4afc commit 0e19d83

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

ietf/templates/nomcom/private_feedback.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44

55
{% block morecss %}
66
.content .primary {
7-
width: 550px;
8-
padding-right: 20px;
7+
width: 50em;
8+
padding-right: 2em;
99
float: left;
1010
display: inline;
1111
}
1212

1313
table.nominees tr td {
14-
padding-left: 15px;
14+
padding-left: 1em;
15+
}
16+
17+
#id_comments {
18+
width: 40em;
1519
}
1620
{% endblock %}
1721

ietf/templates/nomcom/public_feedback.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,20 @@
44

55
{% block morecss %}
66
.content .primary {
7-
width: 550px;
8-
padding-right: 20px;
7+
width: 50em;
8+
padding-right: 2em;
99
float: left;
1010
display: inline;
1111
}
1212

1313
table.nominees tr td {
14-
padding-left: 15px;
14+
padding-left: 1em;
1515
}
16+
17+
#id_comments {
18+
width: 40em;
19+
}
20+
1621
{% endblock %}
1722

1823
{% block subtitle %} - Feedback{% endblock %}

0 commit comments

Comments
 (0)