1bd26cfd by Jeremy Groot

login page QA issues

1 parent 5880ef9c
......@@ -46,9 +46,56 @@ body.login {
text-decoration: underline;
}
@media(min-width:601px) {
#login h1 {
/* display: none; */
position: absolute;
width: 400px;
min-height: 250px;
padding: 60px 100px 100px 240px;
margin-left: 30%;
margin-top: 5%;
pointer-events: none;
}
}
#login h1 {
display: none;
#backtoblog:before {
content: '';
font-family: 'FontAwesome';
font-size: 20px;
position: absolute;
left: 20px;
top: -1px;
}
@media(max-width:600px) {
#backtoblog:before {
margin-top:39px;
margin-left:-10px;
}
}
#login h1 span {
display:block;
position: absolute;
left:70px;
font-size:24px;
color:#221D58 !important;
pointer-events: none;
}
@media(max-width:1000px) and (min-width:601px) {
#login h1 span {
left:0;
}
}
@media(max-width:800px) and (min-width:601px) {
#login h1 span {
left:0;
top:200px;
}
}
......@@ -69,8 +116,8 @@ body.login {
padding: 60px 100px 100px 240px;
margin-left: 30%;
margin-top: 5%;
background: url(../images/login.png) 0px 0px no-repeat;
background-size: 672px 398px !important;
/* background: url(../images/login.png) 0px 0px no-repeat; */
/* background-size: 672px 398px !important; */
}
......@@ -307,9 +354,14 @@ label {
}
#login h1 {
display: none;
position: absolute;
top:130px;
width:100%;
}
#login h1 span {
left:45px;
}
#login form {
width: 100%;
......@@ -327,9 +379,9 @@ label {
padding: 60px 100px 100px 240px;
margin-left: -34%;
margin-top: 22%;
background: url(../images/login.png) 0px 0px no-repeat;
background-size: 672px 398px !important;
background-position: top;
/* background: url(../images/login.png) 0px 0px no-repeat; */
/* background-size: 672px 398px !important; */
/* background-position: top; */
}
......