|
@@ -45,9 +45,9 @@ class BasicInfoSettings extends React.Component {
|
|
|
return (
|
|
return (
|
|
|
<Fragment>
|
|
<Fragment>
|
|
|
|
|
|
|
|
- <div className="row form-group mb-3">
|
|
|
|
|
- <label htmlFor="userForm[name]" className="col-sm-2 text-right">{t('Name')}</label>
|
|
|
|
|
- <div className="col-sm-4 text-left">
|
|
|
|
|
|
|
+ <div className="form-group row">
|
|
|
|
|
+ <label htmlFor="userForm[name]" className="text-left text-md-right col-md-3 col-form-label">{t('Name')}</label>
|
|
|
|
|
+ <div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
|
type="text"
|
|
type="text"
|
|
@@ -58,9 +58,9 @@ class BasicInfoSettings extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div className="row form-group mb-3">
|
|
|
|
|
- <label htmlFor="userForm[email]" className="col-sm-2 text-right">{t('Email')}</label>
|
|
|
|
|
- <div className="col-sm-4 text-left">
|
|
|
|
|
|
|
+ <div className="form-group row">
|
|
|
|
|
+ <label htmlFor="userForm[email]" className="text-left text-md-right col-md-3 col-form-label">{t('Email')}</label>
|
|
|
|
|
+ <div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
|
type="text"
|
|
type="text"
|
|
@@ -81,9 +81,9 @@ class BasicInfoSettings extends React.Component {
|
|
|
)}
|
|
)}
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div className="row mb-3">
|
|
|
|
|
- <label className="col-sm-2 text-right">{t('Disclose E-mail')}</label>
|
|
|
|
|
- <div className="col-6">
|
|
|
|
|
|
|
+ <div className="form-group row">
|
|
|
|
|
+ <label className="text-left text-md-right col-md-3 col-form-label">{t('Disclose E-mail')}</label>
|
|
|
|
|
+ <div className="col-md-6">
|
|
|
<div className="custom-control custom-radio custom-control-inline">
|
|
<div className="custom-control custom-radio custom-control-inline">
|
|
|
<input
|
|
<input
|
|
|
type="radio"
|
|
type="radio"
|
|
@@ -109,9 +109,9 @@ class BasicInfoSettings extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div className="row mb-3">
|
|
|
|
|
- <label className="col-sm-2 col-form-label text-right">{t('Language')}</label>
|
|
|
|
|
- <div className="col-6">
|
|
|
|
|
|
|
+ <div className="form-group row">
|
|
|
|
|
+ <label className="text-left text-md-right col-md-3 col-form-label">{t('Language')}</label>
|
|
|
|
|
+ <div className="col-md-6">
|
|
|
<div className="custom-control custom-radio custom-control-inline">
|
|
<div className="custom-control custom-radio custom-control-inline">
|
|
|
<input
|
|
<input
|
|
|
type="radio"
|
|
type="radio"
|