mirror of https://github.com/zulip/zulip.git
CSS: Make registration form responsive on <495px screen width.
This commit is contained in:
parent
f68529e56c
commit
f6d01c8232
|
@ -850,7 +850,7 @@ a.bottom-signup-button {
|
|||
|
||||
.register-form {
|
||||
margin: auto;
|
||||
width: 400px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -862,6 +862,12 @@ a.bottom-signup-button {
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
input.new-organization-button {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.login-form .control-label, .register-form .control-label {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
@ -1448,6 +1454,10 @@ a.bottom-signup-button {
|
|||
min-width: auto;
|
||||
}
|
||||
|
||||
.app-main {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding: 4px 0px 6px 0px;
|
||||
}
|
||||
|
@ -1542,6 +1552,10 @@ label.label-title {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
input.new-organization-button {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.input-group label.inline-block {
|
||||
/* eyeballing off-centered aesth. */
|
||||
margin-top: 1px;
|
||||
|
|
Loading…
Reference in New Issue