From 7b692b09d230349756358b6d8c0cadd8429492f2 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 29 Oct 2012 12:38:02 +0100 Subject: Add a button back to the thread in the message view --- hyperkitty/static/css/thread.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hyperkitty/static/css') 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; -- cgit