This commit is contained in:
Van 2019-03-01 13:20:06 +08:00
parent b1a6c42c0d
commit 42d5306618
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
</#list>
</ol>
<#if article.commentable>
<div id="textinputwrap" style="margin-left: 10px">
<div id="textinputwrap" style="margin: 0 10px">
<div id="refresher" style="display:none;">
<img src="${staticServePath}/skins/${skinDirName}/images/good.png" alt="checkmark" />
<h3>${commentSuccess}</h3>

View File

@ -54,7 +54,6 @@ a {
input, textarea {
font: 12px Helvetica;
max-width: 96%;
}
img {
@ -1851,7 +1850,8 @@ textarea#comment, textarea#commentReply {
font-size: 13px;
color: #444;
height: 110px;
width: 98%;
box-sizing: border-box;
width: 100%;
padding: 3px;
box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
}