summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-24 09:51:09 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-25 16:17:26 +0200
commitde13c3b577292c2cf0cb754df9d4a8d121aa85a3 (patch)
tree43fde68ada2a7dfbf72c6092fe7978bd9fd5498f
parent1efbc993650938ad961285af12b3164654bf8114 (diff)
downloadnextcloud-server-de13c3b577292c2cf0cb754df9d4a8d121aa85a3.tar.gz
nextcloud-server-de13c3b577292c2cf0cb754df9d4a8d121aa85a3.zip
make profile photos round
-rw-r--r--core/css/styles.css12
1 files changed, 12 insertions, 0 deletions
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;