summaryrefslogtreecommitdiffstats
path: root/apps/comments/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-08-18 09:07:03 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-08-18 09:07:03 +0200
commit869c8410822d9d9c16e135ceab9a268feb6031b4 (patch)
tree2550fd014615fef03bdc1721b39506766e2988cb /apps/comments/css
parent8c960821f1a826347e8d7ae3e9b96176fa2a58ac (diff)
downloadnextcloud-server-869c8410822d9d9c16e135ceab9a268feb6031b4.tar.gz
nextcloud-server-869c8410822d9d9c16e135ceab9a268feb6031b4.zip
Improve layout of cancel button in the comments sidebar
Diffstat (limited to 'apps/comments/css')
-rw-r--r--apps/comments/css/comments.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index 81216a14a55..d33ce735448 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -43,6 +43,10 @@
background-position: left;
}
+#commentsTabView .newCommentForm .cancel {
+ margin-right: 6px;
+}
+
#commentsTabView .comment {
position: relative;
z-index: 1;