From 021e43b3ae6c28fe8a8c051c255a90336ab71a2a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 7 Apr 2016 18:58:11 +0200 Subject: fix #964 --- css/content.css | 13 +++++++++++++ js/app/Config.js | 3 +++ templates/index.php | 2 ++ templates/part.settings.php | 14 ++++++++++---- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/css/content.css b/css/content.css index cce25d741..62f3ee249 100644 --- a/css/content.css +++ b/css/content.css @@ -11,6 +11,19 @@ display: none; } +#app-content #text-content { + padding: 20px; +} + +#app-content #text-content h1 { + font-size: 18pt; + margin-bottom: 15px; +} + +#app-content #text-content p { + font-size: 11pt; +} + #app-content .no-feeds-available { text-align: center; color: #333; diff --git a/js/app/Config.js b/js/app/Config.js index 7f9c54bef..b795374a0 100644 --- a/js/app/Config.js +++ b/js/app/Config.js @@ -207,6 +207,9 @@ app.config(function ($routeProvider, $provide, $httpProvider) { }).when('/shortcuts', { templateUrl: 'shortcuts.html', type: -1 + }).when('/subscription-url', { + templateUrl: 'subscription.html', + type: -1 }); }); diff --git a/templates/index.php b/templates/index.php index d6c713aaa..b1e5ed4f3 100644 --- a/templates/index.php +++ b/templates/index.php @@ -81,6 +81,8 @@ foreach (Plugin::getScripts() as $appName => $fileName) { + inc('part.content.subscription')) ?>