We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c4afc commit 0e19d83Copy full SHA for 0e19d83
2 files changed
ietf/templates/nomcom/private_feedback.html
@@ -4,14 +4,18 @@
4
5
{% block morecss %}
6
.content .primary {
7
- width: 550px;
8
- padding-right: 20px;
+ width: 50em;
+ padding-right: 2em;
9
float: left;
10
display: inline;
11
}
12
13
table.nominees tr td {
14
- padding-left: 15px;
+ padding-left: 1em;
15
+}
16
+
17
+#id_comments {
18
+ width: 40em;
19
20
{% endblock %}
21
ietf/templates/nomcom/public_feedback.html
@@ -4,15 +4,20 @@
22
23
{% block subtitle %} - Feedback{% endblock %}
0 commit comments