css: Reorder `#login_form` to put next to each other.

This commit is contained in:
majordwarf 2020-03-12 00:06:57 +05:30 committed by Tim Abbott
parent 5eeef33117
commit a3b395ce94
1 changed files with 10 additions and 10 deletions

View File

@ -507,6 +507,16 @@ html {
display: block;
}
#login_form .loader {
display: none;
vertical-align: top;
position: relative;
height: 30px;
margin-top: -10px;
top: 5px;
}
/* -- /accounts/register/ page -- */
.portico-page .pitch h1 {
margin-bottom: 0px;
@ -995,16 +1005,6 @@ button.login-social-button:active {
}
}
#login_form .loader {
display: none;
vertical-align: top;
position: relative;
height: 30px;
margin-top: -10px;
top: 5px;
}
#source_realm_select_section {
position: relative;
top: 15px;