style user deletion page (#1676)

This commit is contained in:
Toks
2013-05-26 08:08:05 -04:00
parent c60a5fcc31
commit 240b160b8a
2 changed files with 35 additions and 17 deletions

View File

@@ -0,0 +1,10 @@
div#c-maintenance-user-deletions {
ul {
margin-left: 1em;
margin-bottom: 1em;
}
li {
list-style-type: disc;
}
}

View File

@@ -1,3 +1,5 @@
<div id="c-maintenance-user-deletions">
<div id="a-show">
<h1>Delete Account</h1> <h1>Delete Account</h1>
<p>You can delete your account. This will not actually remove your account from the database, but it will do the following things:</p> <p>You can delete your account. This will not actually remove your account from the database, but it will do the following things:</p>
@@ -21,3 +23,9 @@
<%= submit_tag %> <%= submit_tag %>
</div> </div>
<% end %> <% end %>
</div>
</div>
<% content_for(:page_title) do %>
Delete Account - <%= Danbooru.config.app_name %>
<% end %>