From c8b8ee69d143c2c0a74182e90e01da5d64a42cc6 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 19 Nov 2014 19:39:59 +0100 Subject: fix #134 --- css/content.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'css/content.css') diff --git a/css/content.css b/css/content.css index fcec3dba6..718f0c729 100644 --- a/css/content.css +++ b/css/content.css @@ -23,7 +23,8 @@ display: table-cell; } -#articles, #app-content-wrapper { +#articles, +#app-content-wrapper { height: 100%; } @@ -64,18 +65,25 @@ display: none; } -#app-content:not(.explore):after { +#app-content:not(.explore) #articles:after { content: ''; display: block; height: 100%; + background-repeat: no-repeat; } -#app-content-wrapper.autopaging:after { +#app-content .autopaging: #articles:after { content: ''; - background-image: url('../img/loading.gif') no-repeat; + background-image: url('../img/loading.gif'); background-position: calc(50% - 16px) calc(50% - 16px); } +#app-content .finished-auto-paging #articles:after { + background-image: url('../img/rss.svg'); + background-size: 26px; + background-position: calc(50% - 13px) calc(50% - 13px); +} + /** * */ -- cgit v1.2.3