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 | 6e9398b46d16be2206f966e0aa028ddce9520a87 (patch) | |
| tree | 7a5d6bade42bcab9424981f2b5b069d98f477db3 /hyperkitty/static/css | |
| parent | 03185e96db7963c4bbc151998468b9af33fdd6b9 (diff) | |
Add a button back to the thread in the message view
Diffstat (limited to 'hyperkitty/static/css')
| -rw-r--r-- | hyperkitty/static/css/thread.css | 7 |
1 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; |
