summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-16 15:43:42 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-16 15:43:42 +0200
commita412194653eb2ba102a678357f5e6351343b8671 (patch)
tree65729b0d4725a33f9797444ae56bd3f016ed6a00 /css
parentc20b6d34c73c0bcc697e0d6d62403f57f3f3f5f2 (diff)
implement autopaging and proper loading symbols fix #45 and #26
Diffstat (limited to 'css')
-rw-r--r--css/items.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/items.css b/css/items.css
index 41b28155b..6d60d2f8a 100644
--- a/css/items.css
+++ b/css/items.css
@@ -25,6 +25,15 @@
height: 100%;
}
+#app-content.autopaging:after {
+ content: '';
+ background-image: url('%webroot%/core/img/loading.gif');
+ background-position: center;
+ background-repeat: no-repeat;
+ display: block;
+ height: 100%;
+}
+
#app-content.loading {
background-image: url('%webroot%/core/img/loading.gif');
background-position: center;