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