summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static')
-rw-r--r--hyperkitty/static/css/hyperkitty-common.css8
-rw-r--r--hyperkitty/static/css/hyperkitty-overview.css5
-rw-r--r--hyperkitty/static/css/hyperkitty-threadslist.css6
3 files changed, 12 insertions, 7 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css
index 5bfcdb4..b385f1d 100644
--- a/hyperkitty/static/css/hyperkitty-common.css
+++ b/hyperkitty/static/css/hyperkitty-common.css
@@ -235,9 +235,15 @@ a.reply.disabled {
/*
- * New thread form
+ * New thread
*/
+a.thread-new strong {
+ font-size: 150%;
+ font-weight: bold;
+ margin-right: 0.2em;
+}
+
.new-thread-form {
margin-left: 2em;
}
diff --git a/hyperkitty/static/css/hyperkitty-overview.css b/hyperkitty/static/css/hyperkitty-overview.css
index cb489da..7898764 100644
--- a/hyperkitty/static/css/hyperkitty-overview.css
+++ b/hyperkitty/static/css/hyperkitty-overview.css
@@ -32,6 +32,11 @@
}
+#recent_activities p.thread-new {
+ text-align: center;
+}
+
+
#top-discussion,
#discussion-by-topic,
#most-active,
diff --git a/hyperkitty/static/css/hyperkitty-threadslist.css b/hyperkitty/static/css/hyperkitty-threadslist.css
index bb28e89..231ba43 100644
--- a/hyperkitty/static/css/hyperkitty-threadslist.css
+++ b/hyperkitty/static/css/hyperkitty-threadslist.css
@@ -24,12 +24,6 @@
#thread-list .thread-list-header .thread-new {
float: right;
}
-#thread-list .thread-list-header .thread-new strong {
- font-size: 150%;
- font-weight: bold;
- margin-right: 0.2em;
-}
-
/*