From de13c3b577292c2cf0cb754df9d4a8d121aa85a3 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 24 Aug 2015 09:51:09 +0200 Subject: make profile photos round --- core/css/styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'core') diff --git a/core/css/styles.css b/core/css/styles.css index 0bed45d0927..6f5906c7533 100644 --- a/core/css/styles.css +++ b/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; -- cgit v1.2.3