summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads/right_col.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-13 19:07:00 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-13 19:22:02 +0100
commitbda9d815d07a68bfaa747cce2c435e4b4c2c2b94 (patch)
treefff71596a0c9fe0766168dd195a51f73a74fb3fe /hyperkitty/templates/threads/right_col.html
parent0de68afc823627fa20bfad7cc7c04d24a2017865 (diff)
downloadhyperkitty-bda9d815d07a68bfaa747cce2c435e4b4c2c2b94.tar.gz
hyperkitty-bda9d815d07a68bfaa747cce2c435e4b4c2c2b94.tar.xz
hyperkitty-bda9d815d07a68bfaa747cce2c435e4b4c2c2b94.zip
Minor CSS refactoring
Diffstat (limited to 'hyperkitty/templates/threads/right_col.html')
-rw-r--r--hyperkitty/templates/threads/right_col.html16
1 files changed, 8 insertions, 8 deletions
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 %}
<!-- right column -->
-<section id="thread_overview_info">
+<section id="thread-overview-info">
<!-- Start dates -->
- <div id="thread_date_info" class="row-fluid">
- <div class="days_num">
+ <div id="thread-date-info" class="row-fluid">
+ <div class="days-num">
{{ days_inactive }}
</div>
- <div class="days_text">
+ <div class="days-text">
days
<br />
inactive
</div>
- <div class="days_num">
+ <div class="days-num">
{{ days_old }}
</div>
- <div class="days_text">
+ <div class="days-text">
days
<br />
old
@@ -35,8 +35,8 @@
<div id="tags">
{% include 'threads/tags.html' %}
</div>
- <div id="add_tag">
- <form id="add_tag_form" name="addtag" method="post"
+ <div id="add-tag">
+ <form id="add-tag-form" name="addtag" method="post"
action="{% url add_tag mlist_fqdn=mlist.name, threadid=threadid %}">
{% csrf_token %}
{{ addtag_form.as_p }}