Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
514d7b35
Unverified
Commit
514d7b35
authored
Jan 13, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
#12610
parent
79522b02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
src/main/webapp/admin-article.ftl
src/main/webapp/admin-article.ftl
+3
-4
src/main/webapp/css/default-admin.css
src/main/webapp/css/default-admin.css
+6
-0
No files found.
src/main/webapp/admin-article.ftl
View file @
514d7b35
...
...
@@ -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>
<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>
...
...
src/main/webapp/css/default-admin.css
View file @
514d7b35
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment