Fix missing background tiles.
authorAndreas Neustifter <andreas.neustifter@gmail.com>
Tue, 24 Apr 2018 21:16:15 +0000 (21:16 +0000)
committerAndreas Neustifter <andreas.neustifter@gmail.com>
Tue, 24 Apr 2018 21:16:15 +0000 (21:16 +0000)
view/theme/frio/css/style.css
view/theme/frio/templates/login.tpl

index 55ccff4..c4d6497 100644 (file)
@@ -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;
index 332ac70..57bb86c 100644 (file)
@@ -32,6 +32,7 @@
                        <input type="hidden" name="{{$k}}" value="{{$v|escape:'html'}}" />
                {{/foreach}}
 
+               <div id="login-end"></div>
        </div>
 </form>