From 3dcf11b9747baedded096ec2f7d7cf070f2acd95 Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Thu, 14 Nov 2013 12:33:27 -0500 Subject: modified the left pane in the list overview page to provide more space and line wrapping for long user names --- hyperkitty/static/hyperkitty/css/hyperkitty-overview.css | 13 ++++++++++++- hyperkitty/templates/overview.html | 1 - 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'hyperkitty') diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css index 45181f1..c91ea36 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css @@ -117,7 +117,7 @@ font-weight: bold; font-size: 115%; vertical-align: top; - padding-right: 20px; + padding-right: 3px; } .maker .gravatar { @@ -272,3 +272,14 @@ div.thread { .thread-id { float: left; } + +.maker-name { + display: block !important; + max-width: 152px !important; + word-wrap: break-word !important; +} + +.maker .gravatar { + padding-right: 5px; +} + diff --git a/hyperkitty/templates/overview.html b/hyperkitty/templates/overview.html index 1b812ac..098e609 100644 --- a/hyperkitty/templates/overview.html +++ b/hyperkitty/templates/overview.html @@ -54,7 +54,6 @@
{{ poster.name }} -
{{ poster.count }} posts
-- cgit