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;