From bdbbc5be47fc8492bd0c8a32f8771fec77ffa657 Mon Sep 17 00:00:00 2001 From: iRouge Date: Sun, 8 Mar 2015 17:42:38 -0400 Subject: [PATCH] Fix login window according to specs --- UI/Templates/MainUI/SOGoRootPage.wox | 45 ++++++++++++------- UI/WebServerResources/scss/views/LoginUI.scss | 5 +++ 2 files changed, 33 insertions(+), 17 deletions(-) diff --git a/UI/Templates/MainUI/SOGoRootPage.wox b/UI/Templates/MainUI/SOGoRootPage.wox index 413411fef..a0c8b4d82 100644 --- a/UI/Templates/MainUI/SOGoRootPage.wox +++ b/UI/Templates/MainUI/SOGoRootPage.wox @@ -46,31 +46,36 @@ +
{{warning}}
- - +
+ + + + + + + + +
- --> - - - +
+ + + + + +
+ + diff --git a/UI/WebServerResources/scss/views/LoginUI.scss b/UI/WebServerResources/scss/views/LoginUI.scss index 13042112b..1324f1485 100644 --- a/UI/WebServerResources/scss/views/LoginUI.scss +++ b/UI/WebServerResources/scss/views/LoginUI.scss @@ -8,3 +8,8 @@ [id=logo] img { max-width: 100%; } + +label.login-lang { + margin: 0 $bl $bl 0; + +}