From 53443fd1776658991091c9cc308fb86f7d3ac8ef Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 19 Nov 2014 17:09:23 +0100 Subject: show hint when no articles to read are availabe --- css/content.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'css/content.css') diff --git a/css/content.css b/css/content.css index 27bfca242..fcec3dba6 100644 --- a/css/content.css +++ b/css/content.css @@ -8,6 +8,24 @@ * @copyright Bernhard Posselt 2014 */ +#app-content .no-feeds-available { + text-align: center; + color: #333; + font-size: 16pt; + min-height: 100%; + height: 100%; + width: 100%; + display: table; +} + +#app-content .no-feeds-available p { + vertical-align: middle; + display: table-cell; +} + +#articles, #app-content-wrapper { + height: 100%; +} /** * cron warning styles -- cgit v1.2.3