Remove "centre" class
This commit is contained in:
parent
e8a6644998
commit
416a12f956
|
@ -24,10 +24,6 @@ body {
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centre {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ios-web-app {
|
.ios-web-app {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,11 +15,11 @@
|
||||||
is done.
|
is done.
|
||||||
- if current_user.can_export?
|
- if current_user.can_export?
|
||||||
%form{action: begin_user_export_path, method: 'POST'}
|
%form{action: begin_user_export_path, method: 'POST'}
|
||||||
%p.centre
|
%p.text-center
|
||||||
%button#export-btn.btn.btn-lg.btn-primary{type: :submit} Export
|
%button#export-btn.btn.btn-lg.btn-primary{type: :submit} Export
|
||||||
= hidden_field_tag :authenticity_token, form_authenticity_token
|
= hidden_field_tag :authenticity_token, form_authenticity_token
|
||||||
- else
|
- else
|
||||||
%p.centre
|
%p.text-center
|
||||||
%button.btn.btn-lg.btn-primary.disabled{disabled: :disabled} Export
|
%button.btn.btn-lg.btn-primary.disabled{disabled: :disabled} Export
|
||||||
%p
|
%p
|
||||||
- if current_user.export_url.nil?
|
- if current_user.export_url.nil?
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.centre.text-muted.links
|
.text-center.text-muted.links
|
||||||
©
|
©
|
||||||
= Date.today.year
|
= Date.today.year
|
||||||
= APP_CONFIG['site_name']
|
= APP_CONFIG['site_name']
|
||||||
|
|
Loading…
Reference in New Issue