aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/css
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2017-04-24 19:52:45 +0200
committerGeorg Ehrke <developer@georgehrke.com>2017-04-26 09:28:14 +0200
commit897bd5cfefde22b4bdfc6d9dd67aa3bd865af306 (patch)
tree7a4e15ae63ef511c1eaddd8ebecc4af59f9fed8a /apps/comments/css
parente61cf83faf5cda15ba9f27193b7c5a89c9129da9 (diff)
downloadnextcloud-server-897bd5cfefde22b4bdfc6d9dd67aa3bd865af306.tar.gz
nextcloud-server-897bd5cfefde22b4bdfc6d9dd67aa3bd865af306.zip
add contactsmenu popover to comments
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/comments/css')
-rw-r--r--apps/comments/css/comments.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index 796a550227b..2d794d52708 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -54,7 +54,6 @@
#commentsTabView .comment {
position: relative;
- z-index: 1;
margin-bottom: 30px;
}
@@ -108,6 +107,11 @@
vertical-align: middle;
}
+#commentsTabView .authorRow>div.hidden {
+ display: none !important;
+}
+
+#commentsTabView .comments li .message .avatar-name-wrapper,
#commentsTabView .comment .authorRow {
position: relative;
}