From c832ba2fb7052b6e8b3569de971ff04d3711282f Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 20 Mar 2017 15:12:48 +0000 Subject: [PATCH] Tweaked the info symbol on search results rows slightly. - Legacy-Id: 13042 --- ietf/static/ietf/css/ietf.css | 3 ++- ietf/templates/doc/search/search_result_row.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index 489c5c87e..64bf53591 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -728,7 +728,8 @@ blockquote { .symbol-link, .symbol-link a:link, .symbol-link a:visited { - padding-right: 0.5em; + padding: 0 0.7em; + font-size 1.2em; } diff --git a/ietf/templates/doc/search/search_result_row.html b/ietf/templates/doc/search/search_result_row.html index dab801ad4..4ae67b93f 100644 --- a/ietf/templates/doc/search/search_result_row.html +++ b/ietf/templates/doc/search/search_result_row.html @@ -24,7 +24,7 @@
- + {% if doc.get_state_slug == "rfc" %}RFC {{ doc.rfc_number }}{% else %}{{ doc.name }}-{{ doc.rev }}{% endif %} {% if doc.get_state_slug == "rfc" and "draft" in doc.name %} (was {{ doc.name }})