Commit 86c65610 authored by Van's avatar Van

add article tag style & bug

parent 8554bffe
......@@ -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',
......
......@@ -633,7 +633,7 @@ a[class*=" icon-"]:hover {
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
vertical-align: baseline;
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;
}
......
......@@ -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("");
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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