aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-01-05 21:52:28 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2012-01-05 21:52:28 +0100
commitee0b9ea282cf5d0ee3f8743477ec61e6b408b9da (patch)
tree6b66e3bb8fa2d66c326629a884f5afd7ed2ed60f
parentd2fce291b535ab5f36c8cc6e4bd9648373e39ef8 (diff)
downloadmediagoblin-ee0b9ea282cf5d0ee3f8743477ec61e6b408b9da.tar.lz
mediagoblin-ee0b9ea282cf5d0ee3f8743477ec61e6b408b9da.tar.xz
mediagoblin-ee0b9ea282cf5d0ee3f8743477ec61e6b408b9da.zip
Remove last 960.gs leftover; fix classes for edit forms
-rw-r--r--mediagoblin/templates/mediagoblin/edit/edit.html4
-rw-r--r--mediagoblin/templates/mediagoblin/edit/edit_account.html2
-rw-r--r--mediagoblin/templates/mediagoblin/edit/edit_profile.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/mediagoblin/templates/mediagoblin/edit/edit.html b/mediagoblin/templates/mediagoblin/edit/edit.html
index 14200466..fc6b1605 100644
--- a/mediagoblin/templates/mediagoblin/edit/edit.html
+++ b/mediagoblin/templates/mediagoblin/edit/edit.html
@@ -25,7 +25,7 @@
user= media.get_uploader.username,
media= media._id) }}"
method="POST" enctype="multipart/form-data">
- <div class="form_box_xl">
+ <div class="form_box_xl edit_box">
<h1>{% trans media_title=media.title %}Editing {{ media_title }}{% endtrans %}</h1>
<div style="text-align: center;" >
<img src="{{ request.app.public_store.file_url(
@@ -39,5 +39,5 @@
</div>
</div>
</form>
-
+
{% endblock %}
diff --git a/mediagoblin/templates/mediagoblin/edit/edit_account.html b/mediagoblin/templates/mediagoblin/edit/edit_account.html
index 0a564161..e8a968e6 100644
--- a/mediagoblin/templates/mediagoblin/edit/edit_account.html
+++ b/mediagoblin/templates/mediagoblin/edit/edit_account.html
@@ -29,7 +29,7 @@
<form action="{{ request.urlgen('mediagoblin.edit.account') }}?username={{
user.username }}"
method="POST" enctype="multipart/form-data">
- <div class="grid_8 prefix_1 suffix_1 edit_box form_box">
+ <div class="form_box edit_box">
<h1>
{%- trans username=user.username -%}
Changing {{ username }}'s account settings
diff --git a/mediagoblin/templates/mediagoblin/edit/edit_profile.html b/mediagoblin/templates/mediagoblin/edit/edit_profile.html
index d6461757..97c03e37 100644
--- a/mediagoblin/templates/mediagoblin/edit/edit_profile.html
+++ b/mediagoblin/templates/mediagoblin/edit/edit_profile.html
@@ -24,7 +24,7 @@
<form action="{{ request.urlgen('mediagoblin.edit.profile') }}?username={{
user.username }}"
method="POST" enctype="multipart/form-data">
- <div class="form_box_xl">
+ <div class="form_box edit_box">
<h1>
{%- trans username=user.username -%}
Editing {{ username }}'s profile