From 1a69265da49f02985d0afd7d57c704c9e75335e1 Mon Sep 17 00:00:00 2001 From: Andreas Neustifter Date: Tue, 24 Apr 2018 21:16:15 +0000 Subject: [PATCH] Fix missing background tiles. --- view/theme/frio/css/style.css | 8 +++----- view/theme/frio/templates/login.tpl | 1 + 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 55ccff4d7..c4d64973e 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3155,6 +3155,9 @@ section .profile-match-wrapper { #register-link { width: 100%; } +#login-end { + clear: both; +} .mod-home.is-not-singleuser, .mod-login { @@ -3179,11 +3182,6 @@ section .profile-match-wrapper { margin-top: 2.5%; } -.mod-home.is-not-singleuser .login-form > #login-form, -.mod-home.is-not-singleuser .login-form > #login-extra-links, -.mod-login #content #login-form { - overflow: hidden; -} .mod-home.is-not-singleuser .login-form > #login-extra-links { margin-top: 4em; margin-bottom: 1em; diff --git a/view/theme/frio/templates/login.tpl b/view/theme/frio/templates/login.tpl index 332ac70df..57bb86c15 100644 --- a/view/theme/frio/templates/login.tpl +++ b/view/theme/frio/templates/login.tpl @@ -32,6 +32,7 @@ {{/foreach}} +