From bda9d815d07a68bfaa747cce2c435e4b4c2c2b94 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 13 Feb 2013 19:07:00 +0100 Subject: Minor CSS refactoring --- hyperkitty/templates/threads/right_col.html | 16 ++++++++-------- hyperkitty/templates/threads/summary_thread.html | 4 ++-- hyperkitty/templates/threads/summary_thread_large.html | 10 +++++----- hyperkitty/templates/threads/tags.html | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) (limited to 'hyperkitty/templates/threads') diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 15a5fec..7c34c18 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -2,21 +2,21 @@ {% load hk_generic %} -
+
-
-
+
+
{{ days_inactive }}
-
+
days
inactive
-
+
{{ days_old }}
-
+
days
old @@ -35,8 +35,8 @@
{% include 'threads/tags.html' %}
-
-
+ {% csrf_token %} {{ addtag_form.as_p }} diff --git a/hyperkitty/templates/threads/summary_thread.html b/hyperkitty/templates/threads/summary_thread.html index 578b051..f6bd1d9 100644 --- a/hyperkitty/templates/threads/summary_thread.html +++ b/hyperkitty/templates/threads/summary_thread.html @@ -2,8 +2,8 @@ {% load storm %}
- #{{counter}} - #{{counter}} + {{ thread.subject|strip_subject:mlist }}
diff --git a/hyperkitty/templates/threads/summary_thread_large.html b/hyperkitty/templates/threads/summary_thread_large.html index b42f76d..ad10a27 100644 --- a/hyperkitty/templates/threads/summary_thread_large.html +++ b/hyperkitty/templates/threads/summary_thread_large.html @@ -4,12 +4,12 @@