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/message.html | 2 +- hyperkitty/templates/recent_activities.html | 6 +++--- hyperkitty/templates/thread.html | 2 +- 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 +- 7 files changed, 21 insertions(+), 21 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html index 3a19268..800162b 100644 --- a/hyperkitty/templates/message.html +++ b/hyperkitty/templates/message.html @@ -23,7 +23,7 @@

{{ message.subject }}

-
+
{% include 'messages/message.html' with email=message unfolded='True' %}
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index 0daa6e3..ad75253 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -33,7 +33,7 @@
-
+

Recently active discussions

{% for thread in most_active_threads %} {% include "threads/summary_thread.html" with counter=forloop.counter %} @@ -42,7 +42,7 @@
-
+

Top discussions the last 30 days

{% for thread in top_threads %} {% include "threads/summary_thread.html" with counter=forloop.counter %} @@ -86,7 +86,7 @@
{% if threads_per_category %} -
+

Discussion by topic the last 30 days

{% for category, thread in threads_per_category.items %}
diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 41cee97..6c59d7a 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -32,7 +32,7 @@
-
+
{% include 'messages/message.html' with email=first_mail unfolded='True' %} 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 @@