Update bar blocks header. fixes #127

This commit is contained in:
Ruud
2012-04-22 21:33:55 +02:00
parent 64ad5fb6b4
commit 27f711df03
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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):
+2 -2
View File
@@ -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);
}