From 2dfb91dcc98265ab3961f4362155e9c39975b3e5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 16 Jan 2017 12:34:33 +0100 Subject: [PATCH] Embed the appstore login instead of a dialog --- webadmin/src/theme.scss | 16 ++++++ webadmin/src/views/appstore.html | 84 ++++++++++++++------------------ webadmin/src/views/appstore.js | 82 ++++++++++++------------------- 3 files changed, 84 insertions(+), 98 deletions(-) diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index fd56b7819..2b007133e 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -240,6 +240,14 @@ h1, h2, h3 { // Appstore view // ---------------------------- +.appstore-login { + margin-top: 50px !important; + + h1 { + font-size: 32px; + } +} + .appstore-item { padding: 10px; width: 300px; @@ -389,6 +397,10 @@ h1, h2, h3 { .loading-banner { padding-top: 150px; text-align: center; + + h1 { + font-size: 48px; + } } .badge-success { @@ -421,6 +433,10 @@ h1, h2, h3 { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); } +.card-small { + max-width: 600px; +} + .card-large { max-width: 970px; } diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index 3a71370c6..c3074ddbc 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -188,61 +188,54 @@ - -