]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix textarea submit 1407/head
authorskjnldsv <fremulon@protonmail.com>
Tue, 11 Oct 2016 10:31:17 +0000 (12:31 +0200)
committerskjnldsv <fremulon@protonmail.com>
Tue, 11 Oct 2016 10:33:20 +0000 (12:33 +0200)
apps/comments/css/comments.css

index d4b72d21478a59efb9028354e446d01e39616c78..b905fef24bca783b585f0a2afb46a06282609b70 100644 (file)
        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;
-       bottom: 1px;
+       bottom: 0px;
        right: 8px;
        width: 30px;
        margin: 0;
-       padding: 9px;
+       padding: 7px 9px;
        background-color: transparent;
        border: none;
        opacity: .3;