summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/hyperkitty/css/hyperkitty-message.css
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/hyperkitty/css/hyperkitty-message.css')
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-message.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-message.css b/hyperkitty/static/hyperkitty/css/hyperkitty-message.css
index 769dc02..2f76e4e 100644
--- a/hyperkitty/static/hyperkitty/css/hyperkitty-message.css
+++ b/hyperkitty/static/hyperkitty/css/hyperkitty-message.css
@@ -101,11 +101,11 @@
display: none;
}
-#thread-overview-info .unread {
- margin: 0 2px 0 2px;
+#thread-overview-info i {
+ margin-right: 1px;
+ margin-left: 1px;
}
-
/* Tags */
#tags {
@@ -322,9 +322,18 @@
/*
* Re-attach threads
*/
+.reattach-thread h1 {
+ text-align: center;
+ font-size: 24px;
+ line-height: 26px;
+ margin-bottom: 2em;
+}
.reattach-thread form {
margin-bottom: 0;
}
+.reattach-thread form.search {
+ margin-top: 2em;
+}
.reattach-thread form.search p {
line-height: 22px;
}