mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 12:02:46 +08:00
FIX: user-fields layout in mobile create account form
This commit is contained in:
parent
d8e641cd98
commit
56dbbfbd2a
|
@ -3,7 +3,6 @@
|
|||
// create account modals
|
||||
.login-modal,
|
||||
.create-account {
|
||||
|
||||
.modal-inner-container {
|
||||
max-width: 350px;
|
||||
}
|
||||
|
@ -39,10 +38,11 @@
|
|||
form {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
// width: 100%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
@ -144,7 +144,7 @@
|
|||
}
|
||||
|
||||
#login-buttons + .login-form {
|
||||
border-top: 1px solid $primary-low;
|
||||
border-top: 1px solid $primary-low;
|
||||
}
|
||||
.login-form {
|
||||
margin-bottom: 0.75em;
|
||||
|
@ -156,11 +156,32 @@
|
|||
margin-top: 10px;
|
||||
padding-top: 15px;
|
||||
border-top: 1px solid $primary-low;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.user-field.confirm {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.user-field {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.required {
|
||||
display: none; // needs more work
|
||||
}
|
||||
> label {
|
||||
width: auto;
|
||||
font-weight: bold;
|
||||
}
|
||||
.controls {
|
||||
margin-left: 0;
|
||||
|
||||
.instructions {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user