settings: Clean up bankruptcy UI

(imported from commit 31b0092899192353ae3ba525f272f839bb4d8113)
This commit is contained in:
Keegan McAllister 2013-04-03 16:58:17 -04:00
parent 627bcc3add
commit 2211b2f572
2 changed files with 18 additions and 15 deletions

View File

@ -85,14 +85,12 @@
<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">
<p><button class="btn declare_bankruptcy_button" data-dismiss="modal" aria-hidden="true">
Declare Humbug bankruptcy
</button>
</button></p>
<p>
Too many unread messages? Press this button to declare Humbug
bankruptcy and travel to right now in your feed.
@ -101,7 +99,7 @@
<p>
Your historical messages will all still exist and be searchable.
</p>
</div>
</div>
</div>

View File

@ -1071,3 +1071,8 @@ table.floating_recipient {
.empty_feed_notice p {
text-align: center;
}
.settings_separator {
margin-top: 2em;
margin-bottom: 2em;
}