diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-29 12:38:02 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-29 12:38:02 +0100 |
commit | 7b692b09d230349756358b6d8c0cadd8429492f2 (patch) | |
tree | 7a5d6bade42bcab9424981f2b5b069d98f477db3 /hyperkitty/static | |
parent | ec83ca078f90a2f5ede73ffa2666d7653b5c1d56 (diff) | |
download | hyperkitty-7b692b09d230349756358b6d8c0cadd8429492f2.tar.gz hyperkitty-7b692b09d230349756358b6d8c0cadd8429492f2.tar.xz hyperkitty-7b692b09d230349756358b6d8c0cadd8429492f2.zip |
Add a button back to the thread in the message view
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 |