From 42660db5317874b662b2c6aa1a3625adf7017043 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 24 Dec 2017 08:28:01 +0100 Subject: [PATCH] Logon screen improvements --- skins/elastic/styles/styles.less | 24 ++++++++++++++++++++++++ skins/elastic/templates/login.html | 6 +++--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index 44d3ca798..1eb775281 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -136,10 +136,12 @@ a:hover { text-align: center; width: 100%; background: url(../images/watermark.jpg) center -20px no-repeat; + background-size: auto 40%; } #login-form { margin: auto; + margin-top: 35%; width: 95%; max-width: 280px; @@ -151,6 +153,28 @@ a:hover { } } +#login-footer { + flex: 1; + color: @color-black-shade-text; +} + +#login-addon { + position: absolute; + bottom: 0; + max-height: 30%; + margin: 1rem !important; + width: auto !important; + overflow: auto; + + @media screen and (min-width: (@screen-width-small + 1px)) { + max-width: @screen-width-small; + margin: auto !important; + bottom: 1rem; + left: 0; + right: 0; + } +} + /*** Addressbook UI ***/ diff --git a/skins/elastic/templates/login.html b/skins/elastic/templates/login.html index 3fe31341c..75fefb127 100644 --- a/skins/elastic/templates/login.html +++ b/skins/elastic/templates/login.html @@ -6,13 +6,13 @@ -