This commit is contained in:
parent
b1a6c42c0d
commit
42d5306618
@ -32,7 +32,7 @@
|
|||||||
</#list>
|
</#list>
|
||||||
</ol>
|
</ol>
|
||||||
<#if article.commentable>
|
<#if article.commentable>
|
||||||
<div id="textinputwrap" style="margin-left: 10px">
|
<div id="textinputwrap" style="margin: 0 10px">
|
||||||
<div id="refresher" style="display:none;">
|
<div id="refresher" style="display:none;">
|
||||||
<img src="${staticServePath}/skins/${skinDirName}/images/good.png" alt="checkmark" />
|
<img src="${staticServePath}/skins/${skinDirName}/images/good.png" alt="checkmark" />
|
||||||
<h3>${commentSuccess}</h3>
|
<h3>${commentSuccess}</h3>
|
||||||
|
@ -54,7 +54,6 @@ a {
|
|||||||
|
|
||||||
input, textarea {
|
input, textarea {
|
||||||
font: 12px Helvetica;
|
font: 12px Helvetica;
|
||||||
max-width: 96%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@ -1851,7 +1850,8 @@ textarea#comment, textarea#commentReply {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #444;
|
color: #444;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
width: 98%;
|
box-sizing: border-box;
|
||||||
|
width: 100%;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
|
box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user