Improve layout of cancel button in the comments sidebar

This commit is contained in:
Morris Jobke 2016-08-18 09:07:03 +02:00
parent 8c960821f1
commit 869c841082
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
2 changed files with 5 additions and 1 deletions

View File

@ -43,6 +43,10 @@
background-position: left;
}
#commentsTabView .newCommentForm .cancel {
margin-right: 6px;
}
#commentsTabView .comment {
position: relative;
z-index: 1;

View File

@ -35,7 +35,7 @@
' <input type="text" class="message" placeholder="{{newMessagePlaceholder}}" value="{{{message}}}"" />' +
' <input class="submit icon-confirm" type="submit" value="" />' +
'{{#if isEditMode}}' +
' <input class="cancel" type="button" value="{{cancelText}}" />' +
' <input class="cancel pull-right" type="button" value="{{cancelText}}" />' +
'{{/if}}' +
' <div class="submitLoading icon-loading-small hidden"></div>'+
' </form>' +