diff options
-rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-overview.css | 13 | ||||
-rw-r--r-- | hyperkitty/templates/overview.html | 1 |
2 files changed, 12 insertions, 2 deletions
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 @@ </div> <div class="inline-block"> <span class="maker-name">{{ poster.name }}</span> - <br /> <span class="score">{{ poster.count }}</span> posts </div> </div> |