Commit 514d7b35 authored by Van's avatar Van

🎨 #12610

parent 79522b02
......@@ -72,16 +72,15 @@
<button id="articleSign0">${noSignLabel}</button>
</span>
<div class="right article-commentable__panel">
<label>
<label class="checkbox">
<input type="checkbox" id="articleCommentable" checked />
${allowCommentLabel}
</label>
&nbsp;
<span id="postToCommunityPanel">
<label>
<label class="checkbox">
<input id="postToCommunity" type="checkbox" />
${syncToCommunity}
(<a class="no-underline" href="https://hacpai.com/article/1546941897596" target="_blank">?</a>)
<a href="https://hacpai.com/article/1546941897596" target="_blank">${syncToCommunity}</a>
</label>
</span>
</div>
......
......@@ -966,6 +966,12 @@ a[class*=" icon-"]:hover {
display: inline-block;
}
.form label.checkbox {
display: inline-flex;
align-items: center;
margin: 6px 0;
}
.form input[type='text'], .form input[type='password'], .form textarea,
.form select {
font-size: 14px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment