summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static')
-rw-r--r--hyperkitty/static/css/thread.css7
-rw-r--r--hyperkitty/static/img/button.xcfbin0 -> 9751 bytes
-rw-r--r--hyperkitty/static/img/button_back.pngbin0 -> 3465 bytes
3 files changed, 6 insertions, 1 deletions
diff --git a/hyperkitty/static/css/thread.css b/hyperkitty/static/css/thread.css
index cdd14e7..a59e51a 100644
--- a/hyperkitty/static/css/thread.css
+++ b/hyperkitty/static/css/thread.css
@@ -13,7 +13,8 @@ h1 {
}
header .thread-older,
-header .thread-newer {
+header .thread-newer,
+header .thread-back {
display: block;
padding-top: 38px;
width: 160px;
@@ -31,6 +32,10 @@ header .thread-newer {
float: left;
background-image: url('../img/button_newer.png');
}
+header .thread-back {
+ background-image: url('../img/button_back.png');
+ margin-bottom: 2em;
+}
#thread_nav{
margin:auto;
diff --git a/hyperkitty/static/img/button.xcf b/hyperkitty/static/img/button.xcf
new file mode 100644
index 0000000..f8ec675
--- /dev/null
+++ b/hyperkitty/static/img/button.xcf
Binary files differ
diff --git a/hyperkitty/static/img/button_back.png b/hyperkitty/static/img/button_back.png
new file mode 100644
index 0000000..45ba4e1
--- /dev/null
+++ b/hyperkitty/static/img/button_back.png
Binary files differ