summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-10-27 12:34:24 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-10-27 12:34:24 +0200
commitbd951e926f7913568257f321f2894dfcc66aa3b3 (patch)
tree05fba507f0aca7ecb71c81cb33f994c415e86690 /apps
parenteace50704310d4a1e8386d092242efa6d3d81d91 (diff)
downloadnextcloud-server-bd951e926f7913568257f321f2894dfcc66aa3b3.tar.gz
nextcloud-server-bd951e926f7913568257f321f2894dfcc66aa3b3.zip
avatar css fixes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/css/comments.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index 3452a1aad57..c81f24b2135 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -62,13 +62,16 @@
margin-bottom: 30px;
}
-#commentsTabView .comment .avatar {
+#commentsTabView .comment .avatar,
+.atwho-view-ul * .avatar{
width: 32px;
height: 32px;
line-height: 32px;
}
-#commentsTabView .comment .message .avatar {
+#commentsTabView .comment .message .avatar,
+.atwho-view-ul * .avatar
+{
display: inline-block;
}
@@ -117,11 +120,16 @@
}
#commentsTabView .comments li .message .avatar-name-wrapper,
+.atwho-view-ul * .avatar-name-wrapper,
#commentsTabView .comment .authorRow {
position: relative;
cursor: pointer;
}
+.atwho-view-ul * .avatar-name-wrapper {
+ white-space: nowrap;
+}
+
#commentsTabView .comment .author,
#commentsTabView .comment .date {
opacity: .5;