This commit is contained in:
parent
49d8906b92
commit
581fbd415c
@ -22,7 +22,7 @@ kerberosNotConfiguredTitle=Kerberos Not Configured
|
|||||||
bypassKerberosDetail=Either you are not logged in by Kerberos or your browser is not set up for Kerberos login. Please click continue to login in through other means
|
bypassKerberosDetail=Either you are not logged in by Kerberos or your browser is not set up for Kerberos login. Please click continue to login in through other means
|
||||||
kerberosNotSetUp=Kerberos is not set up. You cannot login.
|
kerberosNotSetUp=Kerberos is not set up. You cannot login.
|
||||||
registerTitle=Register
|
registerTitle=Register
|
||||||
loginAccountTitle=Sign in to your account
|
loginAccountTitle=Sign in to lumbung.space
|
||||||
loginTitle=Sign in to {0}
|
loginTitle=Sign in to {0}
|
||||||
loginTitleHtml={0}
|
loginTitleHtml={0}
|
||||||
impersonateTitle={0} Impersonate User
|
impersonateTitle={0} Impersonate User
|
||||||
|
@ -11,10 +11,13 @@ body {
|
|||||||
margin:auto;
|
margin:auto;
|
||||||
box-shadow:1em 1em 0 #d2d1c8;
|
box-shadow:1em 1em 0 #d2d1c8;
|
||||||
background-color: #fff09d;
|
background-color: #fff09d;
|
||||||
|
transform: rotate(-1deg);
|
||||||
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.card-pf #kc-content #kc-content-wrapper {
|
.card-pf #kc-content #kc-content-wrapper {
|
||||||
|
padding: 1em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,14 +36,13 @@ body {
|
|||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#kc-form-wrapper {
|
#kc-form-wrapper {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-left: 3em;
|
|
||||||
margin-right: 3em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#kc-form-login {
|
#kc-form-login {
|
||||||
@ -57,32 +59,34 @@ body {
|
|||||||
border:2px solid #0e0e22;
|
border:2px solid #0e0e22;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
flex-direction: column;
|
||||||
align-items: baseline;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group.login-pf-settings{
|
.form-group.login-pf-settings {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: space-between;
|
||||||
|
vertical-align: baseline;
|
||||||
|
align-items: baseline;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group label {
|
.form-group label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-left: 1em;
|
padding: 0.5em;
|
||||||
padding-right: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#kc-form-buttons {
|
#kc-form-buttons {
|
||||||
width: unset;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
align-self: end;
|
align-self: end;
|
||||||
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pf-c-form-control {
|
.pf-c-form-control {
|
||||||
border: none;
|
border: none;
|
||||||
padding: 5px 5px 5px 5px;
|
padding: 5px 5px 5px 5px;
|
||||||
border-left: 2px solid black;
|
border-top: 2px solid black;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user