mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
create-realm: Remove margin-top rules for new-organization-button.
The top margin for the submit button on `create_realm.html` is set by the '#new-realm-creation .register-button' rule in `portico_signin.css`. Removes the redundant margin-top rules for new-organization-button class that are not used.
This commit is contained in:
committed by
Tim Abbott
parent
e98cf5819c
commit
69a8ec3ae9
@@ -776,10 +776,6 @@ input#terminal:checked ~ #tab-terminal {
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-organization-button {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-form {
|
.login-form {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
/* plus input padding. */
|
/* plus input padding. */
|
||||||
|
@@ -323,8 +323,6 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.new-organization-button {
|
.new-organization-button {
|
||||||
margin-top: 25px;
|
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
Reference in New Issue
Block a user