mirror of https://github.com/zulip/zulip.git
settings: Clean up bankruptcy UI
(imported from commit 31b0092899192353ae3ba525f272f839bb4d8113)
This commit is contained in:
parent
627bcc3add
commit
2211b2f572
|
@ -85,23 +85,21 @@
|
|||
|
||||
<div class="alert" id="settings-status"></div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<hr />
|
||||
<hr class="settings_separator" />
|
||||
|
||||
<div>
|
||||
<button class="btn declare_bankruptcy_button" data-dismiss="modal" aria-hidden="true">
|
||||
Declare Humbug bankruptcy
|
||||
</button>
|
||||
<p>
|
||||
Too many unread messages? Press this button to declare Humbug
|
||||
bankruptcy and travel to right now in your feed.
|
||||
</p>
|
||||
<p><button class="btn declare_bankruptcy_button" data-dismiss="modal" aria-hidden="true">
|
||||
Declare Humbug bankruptcy
|
||||
</button></p>
|
||||
|
||||
<p>
|
||||
Too many unread messages? Press this button to declare Humbug
|
||||
bankruptcy and travel to right now in your feed.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Your historical messages will all still exist and be searchable.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Your historical messages will all still exist and be searchable.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -1071,3 +1071,8 @@ table.floating_recipient {
|
|||
.empty_feed_notice p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.settings_separator {
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue