diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss index 6fd2283a..730d45f4 100644 --- a/app/assets/stylesheets/base.css.scss +++ b/app/assets/stylesheets/base.css.scss @@ -24,10 +24,6 @@ body { padding-top: 30px; } -.centre { - text-align: center; -} - .ios-web-app { padding-top: 1em; } diff --git a/app/views/settings/_export.haml b/app/views/settings/_export.haml index dd668173..24aaebe5 100644 --- a/app/views/settings/_export.haml +++ b/app/views/settings/_export.haml @@ -15,11 +15,11 @@ is done. - if current_user.can_export? %form{action: begin_user_export_path, method: 'POST'} - %p.centre + %p.text-center %button#export-btn.btn.btn-lg.btn-primary{type: :submit} Export = hidden_field_tag :authenticity_token, form_authenticity_token - else - %p.centre + %p.text-center %button.btn.btn-lg.btn-primary.disabled{disabled: :disabled} Export %p - if current_user.export_url.nil? diff --git a/app/views/shared/_links.html.haml b/app/views/shared/_links.html.haml index ed2f92b4..17d1d71c 100644 --- a/app/views/shared/_links.html.haml +++ b/app/views/shared/_links.html.haml @@ -1,4 +1,4 @@ -.centre.text-muted.links +.text-center.text-muted.links © = Date.today.year = APP_CONFIG['site_name']