From 7817a239db1e485af3ae0e75cf3a5e14bb131a06 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 27 Feb 2013 10:25:55 +0100 Subject: Fix a CSS class --- hyperkitty/static/css/hyperkitty-common.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'hyperkitty/static/css/hyperkitty-common.css') diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 7a3b572..5bfcdb4 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -75,6 +75,21 @@ form .buttons .submit { } +/* On the thread list and the overview page */ +.participant, .discussion { + padding-left: 20px; + background: no-repeat scroll left center; +} +.participant { + background-image: url("../img/participant.png"); + padding-left: 16px; + margin-right: 1em; +} +.discussion { + background-image: url("../img/discussion.png"); + margin-right: 2em; +} + /* * Like / dislike -- cgit