summaryrefslogtreecommitdiffstats
path: root/apps/comments/css/comments.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/css/comments.css')
-rw-r--r--apps/comments/css/comments.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index 103564c5faf..667f32871bb 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -21,15 +21,16 @@
width: calc(100% - 81px); /* 36 (left margin) + 30 (right padding) + 15 (right padding of surrounding box) */
margin-left: 36px;
padding-right: 30px;
+ display: block;
}
#commentsTabView .newCommentForm .submit {
position: absolute;
- top: 1px;
+ bottom: 0px;
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;