Send a request to the server to update account image visibility

This commit is contained in:
Pierre
2018-05-01 11:42:23 +02:00
parent 14fc7daf15
commit df26ed4d38
4 changed files with 132 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* @author Pierre HUBERT
*/
.box-account-image-settings {
.box-account-image-settings .box-body {
text-align: center;
}
@ -14,4 +14,8 @@
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.box-account-image-settings .account-image-visibility-form {
text-align: justify;
}