Browse Source

Update bar blocks header. fixes #127

pull/152/head
Ruud 13 years ago
parent
commit
27f711df03
  1. 3
      couchpotato/core/_base/updater/main.py
  2. 4
      couchpotato/static/style/main.css

3
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):

4
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);
}

Loading…
Cancel
Save