fix textarea submit

This commit is contained in:
skjnldsv 2016-10-11 12:31:17 +02:00
parent c83b3e6bd5
commit dcddd4b9d5
1 changed files with 3 additions and 2 deletions

View File

@ -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;
bottom: 1px;
bottom: 0px;
right: 8px;
width: 30px;
margin: 0;
padding: 9px;
padding: 7px 9px;
background-color: transparent;
border: none;
opacity: .3;