summaryrefslogtreecommitdiffstats
path: root/apps/comments/css
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-04-26 12:48:22 +0200
committerJoas Schilling <coding@schilljs.com>2016-10-05 14:21:25 +0200
commitbd0c9489f683b9638842cb7ab197c0f6438df917 (patch)
tree2ac23aa23ae84e5f33b87330108925f511277b9d /apps/comments/css
parent724cd50e523f10a9b732c72dc77306a75a0c5e0c (diff)
downloadnextcloud-server-bd0c9489f683b9638842cb7ab197c0f6438df917.tar.gz
nextcloud-server-bd0c9489f683b9638842cb7ab197c0f6438df917.zip
Make sure the CSS rules apply to the activityTabView as well
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/comments/css')
-rw-r--r--apps/comments/css/comments.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index 7f64f1cf7db..103564c5faf 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -59,35 +59,39 @@
line-height: 32px;
}
+#activityTabView li.comment.collapsed .activitymessage,
#commentsTabView .comment.collapsed .message {
white-space: pre-wrap;
}
+#activityTabView li.comment.collapsed .activitymessage,
#commentsTabView .comment.collapsed .message {
max-height: 70px;
overflow: hidden;
}
+#activityTabView li.comment .message-overlay,
#commentsTabView .comment .message-overlay {
display: none;
}
+#activityTabView li.comment.collapsed .message-overlay,
#commentsTabView .comment.collapsed .message-overlay {
display: block;
- position: absolute;
+ position: absolute;
z-index: 2;
- height: 50px;
- pointer-events: none;
+ height: 50px;
+ pointer-events: none;
left: 0;
right: 0;
- bottom: 0;
+ bottom: 0;
background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
background: -ms-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
}
#commentsTabView .authorRow>div {