mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #18506 from owncloud/round-avatars
make profile photos round
This commit is contained in:
commit
840a2a7788
1 changed files with 12 additions and 0 deletions
|
|
@ -807,6 +807,18 @@ label.infield {
|
||||||
.center { text-align:center; }
|
.center { text-align:center; }
|
||||||
.inlineblock { display: inline-block; }
|
.inlineblock { display: inline-block; }
|
||||||
|
|
||||||
|
/* round profile photos */
|
||||||
|
.avatar,
|
||||||
|
.avatar img,
|
||||||
|
.avatardiv,
|
||||||
|
.avatardiv img {
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
td.avatar {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#notification-container {
|
#notification-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue