diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml
index aa0f5bbd5..deff45bc4 100644
--- a/app/views/users/edit.html.haml
+++ b/app/views/users/edit.html.haml
@@ -101,10 +101,11 @@
%br
- .span-9.append-2
+ #account_data.span-9.append-2
%h3
= t('.export_data')
= link_to t('.download_xml'), users_export_path, :class => "button"
+ %br
= link_to t('.download_photos'), users_export_photos_path, :class => "button"
.span-8.last
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index 1bd77160d..958df2951 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -1331,6 +1331,10 @@ ul#settings_nav
.settings_pane
:display none
+#account_data
+ a
+ :line-height 30px
+
.contact_pictures,
#aspect_listings li
img