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,14 +85,12 @@
|
||||||
|
|
||||||
<div class="alert" id="settings-status"></div>
|
<div class="alert" id="settings-status"></div>
|
||||||
|
|
||||||
<br />
|
<hr class="settings_separator" />
|
||||||
<br />
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div>
|
<p><button class="btn declare_bankruptcy_button" data-dismiss="modal" aria-hidden="true">
|
||||||
<button class="btn declare_bankruptcy_button" data-dismiss="modal" aria-hidden="true">
|
|
||||||
Declare Humbug bankruptcy
|
Declare Humbug bankruptcy
|
||||||
</button>
|
</button></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Too many unread messages? Press this button to declare Humbug
|
Too many unread messages? Press this button to declare Humbug
|
||||||
bankruptcy and travel to right now in your feed.
|
bankruptcy and travel to right now in your feed.
|
||||||
|
@ -101,7 +99,7 @@
|
||||||
<p>
|
<p>
|
||||||
Your historical messages will all still exist and be searchable.
|
Your historical messages will all still exist and be searchable.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1071,3 +1071,8 @@ table.floating_recipient {
|
||||||
.empty_feed_notice p {
|
.empty_feed_notice p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings_separator {
|
||||||
|
margin-top: 2em;
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue