From 56b6fbbe7f630c1e8c8202ac534a3b2542d46719 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 3 May 2013 22:51:06 +0200 Subject: [PATCH] Backtotop button over log pagination --- couchpotato/core/plugins/log/static/log.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/log/static/log.css b/couchpotato/core/plugins/log/static/log.css index 8804af63..524b588d 100644 --- a/couchpotato/core/plugins/log/static/log.css +++ b/couchpotato/core/plugins/log/static/log.css @@ -1,17 +1,18 @@ .page.log .nav { display: block; text-align: center; - padding: 20px 0; + padding: 0 0 30px; margin: 0; font-size: 20px; position: fixed; width: 100%; bottom: 0; + left: 0; background: #4E5969; } .page.log .nav li { - display: inline; + display: inline-block; padding: 5px 10px; margin: 0; cursor: pointer;