Fix missing background tiles.
This commit is contained in:
parent
6a1ce9c9c0
commit
1a69265da4
2 changed files with 4 additions and 5 deletions
|
@ -3155,6 +3155,9 @@ section .profile-match-wrapper {
|
||||||
#register-link {
|
#register-link {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
#login-end {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.mod-home.is-not-singleuser,
|
.mod-home.is-not-singleuser,
|
||||||
.mod-login {
|
.mod-login {
|
||||||
|
@ -3179,11 +3182,6 @@ section .profile-match-wrapper {
|
||||||
margin-top: 2.5%;
|
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 {
|
.mod-home.is-not-singleuser .login-form > #login-extra-links {
|
||||||
margin-top: 4em;
|
margin-top: 4em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
<input type="hidden" name="{{$k}}" value="{{$v|escape:'html'}}" />
|
<input type="hidden" name="{{$k}}" value="{{$v|escape:'html'}}" />
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
|
||||||
|
<div id="login-end"></div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue