From 27f711df03d2aa85c9e7c8fb9f7ad341ad161097 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 22 Apr 2012 21:33:55 +0200 Subject: [PATCH] Update bar blocks header. fixes #127 --- couchpotato/core/_base/updater/main.py | 3 ++- couchpotato/static/style/main.css | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/couchpotato/core/_base/updater/main.py b/couchpotato/core/_base/updater/main.py index fdd306c0..ecc0292d 100644 --- a/couchpotato/core/_base/updater/main.py +++ b/couchpotato/core/_base/updater/main.py @@ -95,7 +95,8 @@ class BaseUpdater(Plugin): return { 'last_check': self.last_check, 'update_version': self.update_version, - 'version': self.getVersion() + 'version': self.getVersion(), + 'repo_name': '%s/%s' % (self.repo_user, self.repo_name) } def check(self): diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index dfc3878d..d580368c 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -305,9 +305,9 @@ body > .spinner, .mask{ text-align: center; position: relative; top: -70px; - padding: 15px 0 20px; + padding: 2px 0; background: #ff6134; - font-size: 26px; + font-size: 12px; border-radius: 0 0 5px 5px; box-shadow: 0 2px 1px rgba(0,0,0, 0.3); }