mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
support: Consolidate margin bottom CSS rule for forms.
This commit is contained in:
committed by
Tim Abbott
parent
485428db86
commit
c152061ef2
@@ -334,14 +334,6 @@ tr.admin td:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.reactivate-remote-server-form,
|
||||
.deactivate-remote-server-form,
|
||||
.realm-support-information,
|
||||
.remote-server-information,
|
||||
.remote-realm-information {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.support-section-header {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
@@ -356,9 +348,13 @@ tr.admin td:first-child {
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.reactivate-remote-server-form,
|
||||
.deactivate-remote-server-form,
|
||||
.realm-support-information,
|
||||
.remote-server-information,
|
||||
.remote-realm-information,
|
||||
.remote-sponsorship-details,
|
||||
.support-form,
|
||||
.remote-form,
|
||||
.next-plan-information,
|
||||
.current-plan-information {
|
||||
margin-bottom: 10px;
|
||||
|
||||
Reference in New Issue
Block a user