Improved style of account image settings section

This commit is contained in:
Pierre 2018-05-01 09:36:58 +02:00
parent e533d1e2f8
commit 4dfe69da37
2 changed files with 6 additions and 2 deletions

View File

@ -2,4 +2,8 @@
* Account image settings section stylesheet * Account image settings section stylesheet
* *
* @author Pierre HUBERT * @author Pierre HUBERT
*/ */
.box-account-image-settings {
text-align: center;
}

View File

@ -77,7 +77,7 @@ ComunicWeb.pages.settings.sections.accountImage = {
appendTo: newAccountImageLabel, appendTo: newAccountImageLabel,
type: "div", type: "div",
class: "btn btn-primary", class: "btn btn-primary",
innerHTML: "Upload a new picture" innerHTML: "Upload a new account image"
}); });
//Add event listener //Add event listener