diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-08-18 09:07:03 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-08-18 09:07:03 +0200 |
commit | 869c8410822d9d9c16e135ceab9a268feb6031b4 (patch) | |
tree | 2550fd014615fef03bdc1721b39506766e2988cb /apps/comments/css | |
parent | 8c960821f1a826347e8d7ae3e9b96176fa2a58ac (diff) | |
download | nextcloud-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.css | 4 |
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; |