mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #3744 from nextcloud/fix-avatar-buttons
Avatar button layout improvements
This commit is contained in:
commit
c225c82fea
1 changed files with 8 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue