diff --git a/client/css/style.css b/client/css/style.css index 2c151cb6..865254d1 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1553,19 +1553,21 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ align-items: center; justify-content: center; flex-direction: column; + width: 100%; } #loading-reload-container { flex-grow: 0; } -.loading-logo-dark { - display: none; +.logo-inverted { + display: none; /* In dark themes, inverted logo must be used instead */ } #sign-in label { display: block; margin-top: 10px; + width: 100%; } #sign-in .btn { @@ -1574,7 +1576,9 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ #sign-in .error { color: #e74c3c; + display: none; /* This message gets displayed on error only */ margin-top: 1em; + width: 100%; } #connect label { @@ -2332,6 +2336,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ margin: 10px 0 !important; } + #sign-in .btn { + width: 100%; + } + #connect .tls { margin: 20px 0; } diff --git a/client/img/logo-vertical-transparent-dark.svg b/client/img/logo-vertical-transparent-bg-inverted.svg similarity index 100% rename from client/img/logo-vertical-transparent-dark.svg rename to client/img/logo-vertical-transparent-bg-inverted.svg diff --git a/client/index.html.tpl b/client/index.html.tpl index b2446019..cccd17cf 100644 --- a/client/index.html.tpl +++ b/client/index.html.tpl @@ -47,8 +47,8 @@
diff --git a/client/themes/morning.css b/client/themes/morning.css index 57caa68b..2da76313 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -22,11 +22,11 @@ body { color: #ccc; } -.loading-logo-bright { +.logo { display: none; } -.loading-logo-dark { +.logo-inverted { display: inline-block; } diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index d9b6c4c5..66808418 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -23,11 +23,11 @@ body { color: #dcdccc; } -.loading-logo-bright { +.logo { display: none; } -.loading-logo-dark { +.logo-inverted { display: inline-block; } diff --git a/client/views/windows/sign_in.tpl b/client/views/windows/sign_in.tpl index 2f0e2e5a..cb04b720 100644 --- a/client/views/windows/sign_in.tpl +++ b/client/views/windows/sign_in.tpl @@ -1,23 +1,18 @@
-
-
-

Sign in to The Lounge

-
-
- -
-
- -
- -
- -
-
+ + The Lounge + + + + + +
Authentication failed.
+ +