diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-02-03 20:32:37 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-02-03 21:06:55 +0100 |
commit | 1caee3ac2e6406df2e9ab644925bff106836b0a4 (patch) | |
tree | aa986b3477344df186a8b19f88e4548805a2175f /apps/comments/css | |
parent | bbefe1ed64c0b4a9b77dc8d9b06b9f56c6b7f6e8 (diff) | |
download | nextcloud-server-1caee3ac2e6406df2e9ab644925bff106836b0a4.tar.gz nextcloud-server-1caee3ac2e6406df2e9ab644925bff106836b0a4.zip |
Move comment delete action into edit mode
Diffstat (limited to 'apps/comments/css')
-rw-r--r-- | apps/comments/css/comments.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index f4e7d144ec5..b86ed38efe7 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.css @@ -47,7 +47,7 @@ #commentsTabView .comment .date { position: absolute; - right: 20px; + right: 0; } #commentsTabView .comment .action { |