diff options
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/css/thread.css | 7 | ||||
-rw-r--r-- | hyperkitty/static/img/button.xcf | bin | 0 -> 9751 bytes | |||
-rw-r--r-- | hyperkitty/static/img/button_back.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..f8ec675 --- /dev/null +++ b/hyperkitty/static/img/button.xcf diff --git a/hyperkitty/static/img/button_back.png b/hyperkitty/static/img/button_back.png Binary files differnew file mode 100644 index 0000000..45ba4e1 --- /dev/null +++ b/hyperkitty/static/img/button_back.png |