Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-14 15:00:05 +0300
committerJoas Schilling <coding@schilljs.com>2016-11-04 15:08:08 +0300
commitb099e092b44ae5651396be5196c7379d1a59684e (patch)
tree636a5fd87fd73ff44d189a0135cd8f99f6392c8d /css
parent3be79a88a43f0ae9271c5a45a9019def7603751d (diff)
Bring back multiline comments
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/comments.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/css/comments.css b/css/comments.css
index 94debe8..87de5f7 100644
--- a/css/comments.css
+++ b/css/comments.css
@@ -18,18 +18,19 @@
}
#commentsTabView .newCommentForm .message {
- width: calc(100% - 81px); /* 36 (left margin) + 30 (right padding) + 15 (right padding of surrounding box) */
+ width: calc(100% - 41px); /* 36 (left margin) + 5 (right padding */
margin-left: 36px;
- padding-right: 30px;
+ padding-right: 5px;
+ display: block;
}
#commentsTabView .newCommentForm .submit {
position: absolute;
- top: 1px;
+ bottom: 0;
right: 8px;
width: 30px;
margin: 0;
- padding: 9px;
+ padding: 7px 9px;
background-color: transparent;
border: none;
opacity: .3;
@@ -47,6 +48,10 @@
margin-right: 6px;
}
+#commentsTabView .newCommentForm textarea {
+ resize: none;
+}
+
#commentsTabView .comment {
position: relative;
z-index: 1;