Correcting login form
This commit is contained in:
parent
9ca2632c75
commit
32eaa9a11e
7 changed files with 19 additions and 11 deletions
Binary file not shown.
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 131 B |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 338 B |
|
@ -49,13 +49,30 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 120em;
|
min-width: 120em;
|
||||||
}
|
}
|
||||||
|
.rcue-login-register .form-area.separator,
|
||||||
|
.rcue-login-register .form-area.social,
|
||||||
|
.rcue-login-register .form-area.social.separator {
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 42.7em center;
|
||||||
|
}
|
||||||
|
.rcue-login-register .form-area.separator {
|
||||||
|
background-image: url(img/login-register-separator.png);
|
||||||
|
background-position: 43.2em center;
|
||||||
|
}
|
||||||
|
.rcue-login-register .form-area.social {
|
||||||
|
background-image: url(img/login-register-social.png);
|
||||||
|
}
|
||||||
|
.rcue-login-register .form-area.social.separator {
|
||||||
|
background-image: url(img/login-register-social-separator.png);
|
||||||
|
}
|
||||||
.rcue-login-register .background-area .section {
|
.rcue-login-register .background-area .section {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0 4.5em 0 4.6em;
|
padding: 0 4.5em 0 4.6em;
|
||||||
width: auto;
|
width: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.rcue-login-register .background-area .separator .section {
|
.rcue-login-register .background-area .separator .section,
|
||||||
|
.rcue-login-register .background-area .social .section {
|
||||||
padding-top: 1.5em;
|
padding-top: 1.5em;
|
||||||
padding-bottom: 1.5em;
|
padding-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
|
@ -65,15 +82,6 @@ body {
|
||||||
.rcue-login-register .background-area .section:first-child {
|
.rcue-login-register .background-area .section:first-child {
|
||||||
padding-right: 4.5em;
|
padding-right: 4.5em;
|
||||||
}
|
}
|
||||||
.rcue-login-register .form-area.separator {
|
|
||||||
background-image: url(img/login-register-separator.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 43.2em center;
|
|
||||||
}
|
|
||||||
.rcue-login-register .form-area.social {
|
|
||||||
background-image: url(img/login-register-social-separators.png);
|
|
||||||
background-position: 39.6em center;
|
|
||||||
}
|
|
||||||
.rcue-login-register .section > p {
|
.rcue-login-register .section > p {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
margin-bottom: 1.53846153846154em;
|
margin-bottom: 1.53846153846154em;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<div id="info">
|
<div id="info">
|
||||||
<#if realm.registrationAllowed>
|
<#if realm.registrationAllowed>
|
||||||
<p>${rb.getString('noAccount')} <a href="${url.registrationUrl}">${rb.getString('register')}</a>.</p>
|
<p>${rb.getString('noAccount')} <a href="#">${rb.getString('register')}</a>.</p>
|
||||||
</#if>
|
</#if>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue