mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
create-realm: Remove CSS rule for 'input.new-organization-button'.
In commit 7afbc9d
, the button to create a new organization in
`templates/zerver/create_realm.html` was changed from an input
element to a button element.
Removes CSS rule that's been unused since that change.
This commit is contained in:
committed by
Tim Abbott
parent
e4b425c083
commit
e98cf5819c
@@ -780,12 +780,6 @@ input#terminal:checked ~ #tab-terminal {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
input.new-organization-button {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.login-form {
|
||||
margin: auto;
|
||||
/* plus input padding. */
|
||||
|
Reference in New Issue
Block a user