Merge pull request #3744 from nextcloud/fix-avatar-buttons

Avatar button layout improvements
This commit is contained in:
Robin Appelman 2017-03-07 14:19:12 +01:00 committed by GitHub
commit c225c82fea

View file

@ -28,7 +28,7 @@ input#openid, input#webdav { width:20em; }
}
#avatarform {
width: 160px;
width: 145px;
padding-right: 0;
}
#avatarform .avatardiv {
@ -37,6 +37,13 @@ input#openid, input#webdav { width:20em; }
#avatarform .warning {
width: 100%;
}
#displayavatar {
text-align: center;
}
#displayavatar p {
text-align: left;
}
#uploadavatarbutton,
#selectavatar,
#removeavatar {