summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-message.css5
-rw-r--r--hyperkitty/templates/thread.html2
2 files changed, 3 insertions, 4 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-message.css b/hyperkitty/static/hyperkitty/css/hyperkitty-message.css
index d2be237..2668f3a 100644
--- a/hyperkitty/static/hyperkitty/css/hyperkitty-message.css
+++ b/hyperkitty/static/hyperkitty/css/hyperkitty-message.css
@@ -27,7 +27,7 @@
/*background-color: #f6f6f6;*/
/*border-bottom: 1px solid #b3b3b3;*/
margin-bottom: 6em;
- padding: 1em 0;
+ padding: 0;
}
.thread-header h1,
@@ -40,6 +40,7 @@
.thread-header .thread-older,
.thread-header .thread-newer {
display: block;
+ margin-top: 1em;
padding-top: 38px;
width: 160px;
overflow: hidden;
@@ -155,8 +156,6 @@
}
.thread-header .thread-category a.label {
padding: 0.2em 0.4em;
- font-size: 110%;
- line-height: 110%;
}
/* Participants */
diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html
index 09aa8d6..8dbfd81 100644
--- a/hyperkitty/templates/thread.html
+++ b/hyperkitty/templates/thread.html
@@ -26,10 +26,10 @@
title="{{ thread.subject|strip_subject:mlist|escape }}">{{ thread.subject|strip_subject:mlist|truncatesmart:"22" }}</a>
{% endif %}
{% endfor %}
- <h1>{{ subject }}</h1>
<div class="thread-category">
{% include 'threads/category.html' %}
</div>
+ <h1>{{ subject }}</h1>
</div>
<div class="row-fluid">