login/register form popravki
This commit is contained in:
parent
66526c3fc6
commit
68c9e83687
@ -313,7 +313,7 @@ body.login #main .landing_page_window,
|
||||
body.login_noEmail #main .landing_page_window {
|
||||
z-index: 999;
|
||||
width: 600px;
|
||||
margin: 20px auto;
|
||||
margin: 25px auto;
|
||||
background-color: white;
|
||||
}
|
||||
body.landing_page #main .landing_page_window .tabs,
|
||||
@ -737,7 +737,7 @@ body.reset_password_activate div.label {
|
||||
width: 38px;
|
||||
height: 20px;
|
||||
position: relative;
|
||||
bottom: 0px;
|
||||
bottom: 8px;
|
||||
-webkit-transform: rotate(0deg);
|
||||
-moz-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
@ -807,7 +807,7 @@ body.reset_password_activate div.label {
|
||||
}
|
||||
#links.open {
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
top: 72px;
|
||||
left: 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -966,6 +966,9 @@ body.login_noEmail #content.aai #main .main_content .app_subtitle {
|
||||
max-width: unset;
|
||||
width: 100%;
|
||||
}
|
||||
footer .footer_content .col span {
|
||||
padding: 0px 0px 12px 0px;
|
||||
}
|
||||
footer .footer_content .col h2 {
|
||||
padding-top: 12px;
|
||||
}
|
||||
@ -1044,6 +1047,7 @@ header nav span.menu_item {
|
||||
font-family: "Source Sans Pro", "sans-serif";
|
||||
text-align: center;
|
||||
color: #333333;
|
||||
padding-bottom: 70px;
|
||||
}
|
||||
|
||||
.landing_page_content .landing_page_title {
|
||||
@ -1067,7 +1071,6 @@ body.landing_page #main .landing_page_window {
|
||||
max-width: 400px;
|
||||
width: unset;
|
||||
min-height: 327px;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
|
||||
body.landing_page #main .landing_page_window #login_holder .login_form {
|
||||
@ -1223,6 +1226,10 @@ footer .footer_content .col span {
|
||||
padding: 0px 0px 12px 0px;
|
||||
}
|
||||
|
||||
footer .footer_content .col span:last-of-type {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
footer .footer_content .col a {
|
||||
color: #333333;
|
||||
font-weight: 400;
|
||||
|
@ -49,7 +49,7 @@
|
||||
height: 20px;
|
||||
position: relative;
|
||||
|
||||
bottom: 0px;
|
||||
bottom: 8px;
|
||||
|
||||
-webkit-transform: rotate(0deg);
|
||||
-moz-transform: rotate(0deg);
|
||||
@ -128,7 +128,7 @@
|
||||
|
||||
#links.open {
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
top: 72px;
|
||||
left: 0px;
|
||||
|
||||
display: flex;
|
||||
@ -291,6 +291,10 @@
|
||||
max-width: unset;
|
||||
width: 100%;
|
||||
|
||||
span{
|
||||
padding: 0px 0px 12px 0px;
|
||||
}
|
||||
|
||||
h2{
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
@ -67,6 +67,8 @@ header nav span.menu_item{
|
||||
font-family: "Source Sans Pro", "sans-serif";
|
||||
text-align: center;
|
||||
color: #333333;
|
||||
|
||||
padding-bottom: 70px;
|
||||
}
|
||||
|
||||
.landing_page_content .landing_page_title {
|
||||
@ -93,7 +95,6 @@ body.landing_page #main .landing_page_window {
|
||||
width: unset;
|
||||
min-height: 327px;
|
||||
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
|
||||
body.landing_page #main .landing_page_window #login_holder .login_form {
|
||||
@ -264,6 +265,9 @@ footer .footer_content .col1-flex{
|
||||
footer .footer_content .col span{
|
||||
padding: 0px 0px 12px 0px;
|
||||
}
|
||||
footer .footer_content .col span:last-of-type{
|
||||
padding: 0px;
|
||||
}
|
||||
footer .footer_content .col a {
|
||||
color: $black;
|
||||
font-weight: 400;
|
||||
|
@ -36,7 +36,7 @@ body.login_noEmail{
|
||||
z-index: 999;
|
||||
|
||||
width: 600px;
|
||||
margin: 20px auto;
|
||||
margin: 25px auto;
|
||||
|
||||
background-color: white;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user