cleaned up loading animation in post-list

This commit is contained in:
Tom Giannattasio
2012-09-11 14:26:30 -04:00
parent 87dcd07112
commit 7098b2e658
3 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -1006,8 +1006,14 @@ body.discussion {
.post-list {
background-color: #ddd;
.loading {
padding: 15px 0;
background: #f6f6f6;
.loading-animation {
background-image: url(../images/spinner-on-grey.gif);
}
}
a {