From 675e1b13dd9244a3ad50173a98e15b7e866ed6a6 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 23 Sep 2014 17:40:19 +0200 Subject: [PATCH] Review and css fixes --- src/sass/views/_login.scss | 8 ++++++++ src/tpl/login-set-credentials.html | 10 ++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/sass/views/_login.scss b/src/sass/views/_login.scss index e600ace..f663995 100644 --- a/src/sass/views/_login.scss +++ b/src/sass/views/_login.scss @@ -164,6 +164,14 @@ text-decoration: none; } + .connection-error { + margin: 30px 0; + + p { + margin-bottom: 15px; + } + } + .details { fieldset { margin: 0 0 10px 0; diff --git a/src/tpl/login-set-credentials.html b/src/tpl/login-set-credentials.html index 0c59cb3..601baa8 100644 --- a/src/tpl/login-set-credentials.html +++ b/src/tpl/login-set-credentials.html @@ -11,14 +11,12 @@
-
+
+ Connection Error

{{connectionError.message}}

-
- {{showUnderlyingError ? "Hide Details" : "Show Details"}} -

{{connectionError.underlyingError.message}}

-
+

Underlying Cause: {{connectionError.underlyingError.message}}

Find out more in the FAQ. -
+