diff --git a/ietf/static/css/ietf.scss b/ietf/static/css/ietf.scss
index 625ea3f1f49..b8e4229298b 100644
--- a/ietf/static/css/ietf.scss
+++ b/ietf/static/css/ietf.scss
@@ -87,6 +87,25 @@ pre {
font-size: inherit;
}
+// Use fixed lengths for the first three columns of "meta" tables.
+table tbody.meta {
+
+ th:first-child,
+ td:first-child {
+ width: 9em;
+ }
+
+ th:nth-child(2),
+ td:nth-child(2) {
+ // text-align: right;
+ width: 14em;
+ }
+
+ td.edit {
+ width: 1px; // Make sure it uses as little space as possible
+ }
+}
+
// Highlight required form field labels with bi-asterisk
.required>label:after {
display: inline-block;
diff --git a/ietf/templates/doc/document_bofreq.html b/ietf/templates/doc/document_bofreq.html
index 4c5d93a8ff2..58cb88429a3 100644
--- a/ietf/templates/doc/document_bofreq.html
+++ b/ietf/templates/doc/document_bofreq.html
@@ -16,10 +16,10 @@
- | Document |
- Type |
+ Document |
+ Type |
|
-
+ |
{{ doc.get_state.slug|capfirst }} BOF request
{% if snapshot %}Snapshot{% endif %}
|
diff --git a/ietf/templates/doc/document_charter.html b/ietf/templates/doc/document_charter.html
index 355f7eee375..baf9b22b429 100644
--- a/ietf/templates/doc/document_charter.html
+++ b/ietf/templates/doc/document_charter.html
@@ -47,8 +47,8 @@
- | Document |
-
+ | Document |
+
{% if doc.get_state_slug != "approved" %}
Proposed charter
{% else %}
@@ -56,7 +56,7 @@
{% endif %}
|
|
-
+ |
{{ group.name }} {{ group.type.name }}
({{ group.acronym }})
{% if snapshot %}Snapshot{% endif %}
diff --git a/ietf/templates/doc/document_conflict_review.html b/ietf/templates/doc/document_conflict_review.html
index 43b7f2ba20f..3e39a32d9f4 100644
--- a/ietf/templates/doc/document_conflict_review.html
+++ b/ietf/templates/doc/document_conflict_review.html
@@ -17,8 +17,8 @@
- | Document |
-
+ | Document |
+
{% if doc.get_state_slug not in approved_states %}
Proposed conflict review
{% else %}
@@ -26,7 +26,7 @@
{% endif %}
|
|
-
+ |
{% if conflictdoc.get_state_slug == 'rfc' %}
{{ conflictdoc.canonical_name|upper }}
diff --git a/ietf/templates/doc/document_material.html b/ietf/templates/doc/document_material.html
index 11aae13394d..695ed66fec2 100644
--- a/ietf/templates/doc/document_material.html
+++ b/ietf/templates/doc/document_material.html
@@ -15,12 +15,12 @@
- |
+ |
{% if doc.meeting_related %}Meeting{% endif %}
{{ doc.type.name }}
|
|
-
+ |
{% if doc.group %}
{{ doc.group.name }}
({{ doc.group.acronym }})
diff --git a/ietf/templates/doc/document_status_change.html b/ietf/templates/doc/document_status_change.html
index f1fc556826e..82ee75fa957 100644
--- a/ietf/templates/doc/document_status_change.html
+++ b/ietf/templates/doc/document_status_change.html
@@ -17,8 +17,8 @@
- | Document |
-
+ | Document |
+
{% if doc.get_state_slug not in approved_states %}
Proposed status change
{% else %}
@@ -33,7 +33,7 @@
{% endif %}
- |
+ |
{{ doc.title }}
{% if snapshot %}Snapshot{% endif %}
|
diff --git a/ietf/templates/group/group_about.html b/ietf/templates/group/group_about.html
index e35b22d5f1d..60b95f8cd42 100644
--- a/ietf/templates/group/group_about.html
+++ b/ietf/templates/group/group_about.html
@@ -14,15 +14,15 @@
- | {{ group.type.name }} |
- Name |
+ {{ group.type.name }} |
+ Name |
{% if can_edit_group %}
Edit
{% endif %}
|
- {{ group.name }} |
+ {{ group.name }} |
|
| | |