2018-04-29 13:13:51 +00:00
|
|
|
/**
|
|
|
|
* Account image settings section stylesheet
|
|
|
|
*
|
|
|
|
* @author Pierre HUBERT
|
2018-05-01 07:36:58 +00:00
|
|
|
*/
|
|
|
|
|
2018-05-01 09:42:23 +00:00
|
|
|
.box-account-image-settings .box-body {
|
2018-05-01 07:36:58 +00:00
|
|
|
text-align: center;
|
2018-05-01 08:57:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.box-account-image-settings .settings-account-image-preview {
|
|
|
|
max-width: 100%;
|
2018-05-01 09:00:53 +00:00
|
|
|
display: block;
|
|
|
|
margin: auto;
|
2018-05-01 08:57:58 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2018-05-01 09:42:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.box-account-image-settings .account-image-visibility-form {
|
|
|
|
text-align: justify;
|
2018-05-01 07:36:58 +00:00
|
|
|
}
|