Commit c8d3cd11 by Tom Giannattasio

cleaned up loading animation in post-list

parent bcf499f7
common/static/images/spinner.gif

6.78 KB | W: | H:

common/static/images/spinner.gif

6.87 KB | W: | H:

common/static/images/spinner.gif
common/static/images/spinner.gif
common/static/images/spinner.gif
common/static/images/spinner.gif
  • 2-up
  • Swipe
  • Onion skin
...@@ -1006,8 +1006,14 @@ body.discussion { ...@@ -1006,8 +1006,14 @@ body.discussion {
.post-list { .post-list {
background-color: #ddd; background-color: #ddd;
.loading { .loading {
padding: 15px 0; padding: 15px 0;
background: #f6f6f6;
.loading-animation {
background-image: url(../images/spinner-on-grey.gif);
}
} }
a { a {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment