Fix layout of comments submit button on all screen sizes

* tested in IE10, IE11, Edge, Chrome and Firefox
This commit is contained in:
Morris Jobke 2016-08-18 08:57:46 +02:00
parent 0d96478758
commit 8c960821f1
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 4 additions and 4 deletions

View File

@ -18,15 +18,15 @@
}
#commentsTabView .newCommentForm .message {
width: 76%;
margin-left: 32px;
width: calc(100% - 81px); /* 36 (left margin) + 30 (right padding) + 15 (right padding of surrounding box) */
margin-left: 36px;
padding-right: 30px;
}
#commentsTabView .newCommentForm .submit {
position: absolute;
top: 0;
right: 0;
top: 1px;
right: 8px;
width: 30px;
margin: 0;
padding: 9px;