Basic pull to refresh shell

This commit is contained in:
Max Lynch
2013-10-16 11:22:01 -05:00
parent 6e8fcb0daf
commit 3ae53811a6
7 changed files with 185 additions and 8 deletions

View File

@ -253,3 +253,14 @@ a.list-item {
margin-bottom: 0;
line-height: 1.3;
}
/**
* List refreser elements
*/
.list-refresher {
background-color: red;
height: 0;
overflow: hidden;
}
.list-refreshing {
}