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