Also restore the login.less form prior #10009
This commit is contained in:
parent
27524feda1
commit
5b71d0b834
|
@ -4,12 +4,47 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
background-color: @colorPetrol;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 60%;
|
||||||
|
border-bottom: 1px solid #d9d9d9d;
|
||||||
|
text-align: center;
|
||||||
|
-webkit-box-shadow: 0 3px 7px -3px #000;
|
||||||
|
-moz-box-shadow: 0 3px 7px -3px #000;
|
||||||
|
box-shadow: 0 3px 7px -3px #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 1em;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.below-logo h1 {
|
.image img {
|
||||||
|
width: 375px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form {
|
||||||
|
position: absolute;
|
||||||
|
font-size: 0.9em;
|
||||||
|
top: 45%;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin-left: 2.3em;
|
margin-left: 2.3em;
|
||||||
|
@ -18,7 +53,7 @@
|
||||||
font-variant: unset;
|
font-variant: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.below-logo div.element {
|
.form div.element {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
ul.errors {
|
ul.errors {
|
||||||
|
@ -26,7 +61,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.below-logo label {
|
.form label {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
|
|
Loading…
Reference in New Issue