Added notification when appcache is updated

This commit is contained in:
Colin McLeod
2015-06-02 23:52:23 -07:00
parent 0ae4957976
commit f0f947cad4
3 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,20 @@
#app-update {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 3em;
z-index: 3;
line-height: 3em;
text-align: center;
background-color: @bg;
a, a:visited {
text-decoration: none;
color: @warning;
}
}
header {
background-color: @bg;
margin: 0;