make profile photos round

remotes/origin/notification-style
Jan-Christoph Borchardt 11 years ago
parent 1efbc99365
commit de13c3b577
  1. 12
      core/css/styles.css

@ -807,6 +807,18 @@ label.infield {
.center { text-align:center; }
.inlineblock { display: inline-block; }
/* round profile photos */
.avatar,
.avatar img,
.avatardiv,
.avatardiv img {
border-radius: 50%;
}
td.avatar {
border-radius: 0;
}
#notification-container {
position: absolute;
top: 0;

Loading…
Cancel
Save