fixed broken css for other languages at account settings page
This commit is contained in:
parent
02f7f10ef1
commit
11f95ee596
2 changed files with 6 additions and 1 deletions
|
|
@ -101,10 +101,11 @@
|
||||||
%br
|
%br
|
||||||
|
|
||||||
|
|
||||||
.span-9.append-2
|
#account_data.span-9.append-2
|
||||||
%h3
|
%h3
|
||||||
= t('.export_data')
|
= t('.export_data')
|
||||||
= link_to t('.download_xml'), users_export_path, :class => "button"
|
= link_to t('.download_xml'), users_export_path, :class => "button"
|
||||||
|
%br
|
||||||
= link_to t('.download_photos'), users_export_photos_path, :class => "button"
|
= link_to t('.download_photos'), users_export_photos_path, :class => "button"
|
||||||
|
|
||||||
.span-8.last
|
.span-8.last
|
||||||
|
|
|
||||||
|
|
@ -1331,6 +1331,10 @@ ul#settings_nav
|
||||||
.settings_pane
|
.settings_pane
|
||||||
:display none
|
:display none
|
||||||
|
|
||||||
|
#account_data
|
||||||
|
a
|
||||||
|
:line-height 30px
|
||||||
|
|
||||||
.contact_pictures,
|
.contact_pictures,
|
||||||
#aspect_listings li
|
#aspect_listings li
|
||||||
img
|
img
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue