Compare commits
2 Commits
037aaf63eb
...
fed3f486aa
Author | SHA1 | Date | |
---|---|---|---|
fed3f486aa | |||
15d0773bce |
@ -42,17 +42,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="${properties.kcFormGroupClass!}">
|
<div class="${properties.kcFormGroupClass!}">
|
||||||
<div id="kc-form-options" class="${properties.kcFormOptionsClass!}">
|
<input
|
||||||
<div class="${properties.kcFormOptionsWrapperClass!}">
|
class="${properties.kcButtonClass!} ${properties.kcButtonPrimaryClass!} ${properties.kcButtonBlockClass!} ${properties.kcButtonLargeClass!}"
|
||||||
</div>
|
name="login" id="kc-login" type="submit" value="${msg("doLogIn")}" />
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="kc-form-buttons" class="${properties.kcFormButtonsClass!}">
|
|
||||||
<input
|
|
||||||
class="${properties.kcButtonClass!} ${properties.kcButtonPrimaryClass!} ${properties.kcButtonBlockClass!} ${properties.kcButtonLargeClass!}"
|
|
||||||
name="login" id="kc-login" type="submit" value="${msg("doLogIn")}" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
</#if>
|
</#if>
|
||||||
</@layout.registrationLayout>
|
</@layout.registrationLayout>
|
@ -19,6 +19,9 @@ a {
|
|||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
.card-pf #kc-content #kc-content-wrapper {
|
.card-pf #kc-content #kc-content-wrapper {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
@ -61,7 +64,7 @@ a {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
border:2px solid #0e0e22;
|
border:2px solid #0e0e22;
|
||||||
width: 100%;
|
width: 440px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
@ -76,6 +79,12 @@ a {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#kc-username.form-group{
|
||||||
|
border: none;
|
||||||
|
padding-left: 1em;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.form-group label {
|
.form-group label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
@ -95,6 +104,27 @@ a {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*OTP Login*/
|
||||||
|
|
||||||
|
#kc-username.form-group {
|
||||||
|
padding-left: 1em;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kc-attempted-username {
|
||||||
|
padding: 0;
|
||||||
|
font-style: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#kc-username:before{
|
||||||
|
content: "Logging in as: ";
|
||||||
|
}
|
||||||
|
|
||||||
|
.kc-login-tooltip {
|
||||||
|
text-align: right;
|
||||||
|
padding-right: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
/*Login form + options*/
|
/*Login form + options*/
|
||||||
|
|
||||||
#kc-info {
|
#kc-info {
|
||||||
|
Reference in New Issue
Block a user