From a80c58f932b4224c768af8bdade4465a99e8eda6 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 23 Jul 2015 09:57:33 +0000 Subject: [PATCH] Merged in [9857] from lars@netapp.com: Apply more of the styling from the current meta tables. - Legacy-Id: 9868 Note: SVN reference [9857] has been migrated to Git commit dcccd9c863702346160cca3ce444ca21ac575f24 --- ietf/templates/doc/document_charter.html | 4 ++-- ietf/templates/doc/document_draft.html | 4 ++-- ietf/templates/group/group_about.html | 2 +- static/css/ietf.css | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ietf/templates/doc/document_charter.html b/ietf/templates/doc/document_charter.html index 27b1378cc..c8b760a3b 100644 --- a/ietf/templates/doc/document_charter.html +++ b/ietf/templates/doc/document_charter.html @@ -20,9 +20,9 @@ {% if doc.rev != latest_rev %} -  The information below is for an old version of the document + The information below is for an old version of the document {% else %} -   + {% endif %} diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index 78df0162d..7a0f09738 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -31,9 +31,9 @@ {% if doc.rev != latest_rev %} -  The information below is for an old version of the document + The information below is for an old version of the document {% else %} -   + {% endif %} diff --git a/ietf/templates/group/group_about.html b/ietf/templates/group/group_about.html index c3f4565ba..567543b88 100644 --- a/ietf/templates/group/group_about.html +++ b/ietf/templates/group/group_about.html @@ -10,8 +10,8 @@

Note: The data for concluded {{ group.type.name }}s is occasionally incorrect.

{% endif %} -
+ diff --git a/static/css/ietf.css b/static/css/ietf.css index 0719233b9..0e238af2b 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -401,6 +401,10 @@ table tbody.meta th:nth-child(2), table tbody.meta td:nth-child(2) { width: 9em; } +table tbody.meta th:first-child, table tbody.meta td:first-child { + width: 6em; +} + td.ad div { border-bottom: solid #ccc 1px; }
{{ group.type.name }}