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
86c65610
Commit
86c65610
authored
Nov 09, 2016
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add article tag style & bug
parent
8554bffe
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
16 deletions
+19
-16
gulpfile.js
gulpfile.js
+1
-2
src/main/webapp/css/default-admin.css
src/main/webapp/css/default-admin.css
+14
-7
src/main/webapp/js/admin/article.js
src/main/webapp/js/admin/article.js
+2
-2
src/main/webapp/js/lib/compress/admin-lib.min.js
src/main/webapp/js/lib/compress/admin-lib.min.js
+1
-4
src/main/webapp/js/lib/jquery/jquery.bowknot.min.js
src/main/webapp/js/lib/jquery/jquery.bowknot.min.js
+1
-1
No files found.
gulpfile.js
View file @
86c65610
...
...
@@ -20,7 +20,7 @@
* @file frontend tool.
*
* @author <a href="mailto:liliyuan@fangstar.net">Liyuan Li</a>
* @version 1.3.2.0,
Oct 8
, 2016
* @version 1.3.2.0,
Nov 9
, 2016
*/
'
use strict
'
;
...
...
@@ -44,7 +44,6 @@ gulp.task('build', function () {
'
./src/main/webapp/js/lib/jquery/file-upload-9.10.1/jquery.fileupload.js
'
,
'
./src/main/webapp/js/lib/jquery/jquery.bowknot.min.js
'
,
'
./src/main/webapp/js/lib/tiny_mce/tiny_mce.js
'
,
'
./src/main/webapp/js/lib/KindEditor/kindeditor-min.js
'
,
// codemirror
'
./src/main/webapp/js/lib/CodeMirrorEditor/codemirror.js
'
,
'
./src/main/webapp/js/lib/editor/placeholder.js
'
,
...
...
src/main/webapp/css/default-admin.css
View file @
86c65610
...
...
@@ -633,7 +633,7 @@ a[class*=" icon-"]:hover {
font-weight
:
400
;
text-align
:
center
;
white-space
:
nowrap
;
vertical-align
:
middl
e
;
vertical-align
:
baselin
e
;
cursor
:
pointer
;
user-select
:
none
;
background-image
:
none
;
...
...
@@ -643,6 +643,7 @@ a[class*=" icon-"]:hover {
color
:
#fff
;
height
:
auto
;
outline
:
none
;
line-height
:
18px
;
}
.form
button
:hover
{
...
...
@@ -823,35 +824,41 @@ button#submitArticle:hover,
margin
:
2px
12px
0
0
;
}
.completed-panel
{
background-color
:
#
ECECEC
;
border
:
1px
solid
#
CCCCCC
;
background-color
:
#
fff
;
border
:
1px
solid
#
ddd
;
color
:
#0000CC
;
display
:
none
;
overflow
:
auto
;
padding
:
2px
;
position
:
absolute
;
z-index
:
10
;
width
:
50%
;
border-top
:
0
;
}
.completed-panel
a
{
display
:
block
;
text-decoration
:
none
;
line-height
:
26px
;
padding
:
0
5px
;
}
.completed-panel
a
.selected
{
background-color
:
#
FFFFFF
;
color
:
#
D54121
;
background-color
:
#
f5f5f5
;
color
:
#
fa8564
;
}
.completed-ck
{
margin-top
:
9px
;
}
.completed-ck
span
{
.completed-ck
span
,
.signs
button
{
margin
:
5px
10px
5px
0
;
display
:
inline-block
;
background-color
:
#c7cbd6
;
border-color
:
#c7cbd6
;
}
.completed-ck
span
:hover
{
.completed-ck
span
:hover
,
.signs
button
:hover
{
background-color
:
#b0b5b9
;
border-color
:
#b0b5b9
;
}
...
...
src/main/webapp/js/admin/article.js
View file @
86c65610
...
...
@@ -18,7 +18,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.3.
4.5, Nov 8
, 2016
* @version 1.3.
5.5, Nov 9
, 2016
*/
admin
.
article
=
{
currentEditorType
:
''
,
...
...
@@ -415,7 +415,7 @@ admin.article = {
height
:
160
,
buttonText
:
Label
.
selectLabel
,
data
:
tags
});
})
.
width
(
$
(
"
#tag
"
).
parent
().
width
()
-
68
)
;
$
(
"
#loadMsg
"
).
text
(
""
);
}
...
...
src/main/webapp/js/lib/compress/admin-lib.min.js
View file @
86c65610
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/webapp/js/lib/jquery/jquery.bowknot.min.js
View file @
86c65610
This diff is collapsed.
Click to expand it.
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