Skip to content

Commit

Permalink
1.1.4-final
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdhm committed Mar 4, 2017
1 parent 73c9d79 commit a33486a
Show file tree
Hide file tree
Showing 17 changed files with 418 additions and 393 deletions.
2 changes: 0 additions & 2 deletions dist/css/keditor-1.1.3.min.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/css/keditor-1.1.3.min.css.map

This file was deleted.

10 changes: 6 additions & 4 deletions dist/css/keditor-1.1.3.css → dist/css/keditor-1.1.4.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* KEditor - Kademi content editor
* @copyright: Kademi (http://kademi.co)
* @author: Kademi (http://kademi.co)
* @version: 1.1.3
* @version: 1.1.4
* @dependencies: $, $.fn.draggable, $.fn.droppable, $.fn.sortable, Bootstrap, FontAwesome (optional)
*/
/* ==================================================================================
Expand Down Expand Up @@ -152,19 +152,21 @@ body.highlighted-container-content .keditor-container-content:before {
clear: both;
}
#keditor-snippets-container > .keditor-snippets > .keditor-snippets-filter-wrapper {
margin: 0 5px 10px;
margin: 0 5px;
}
#keditor-snippets-container > .keditor-snippets > .keditor-snippets-filter-wrapper .keditor-snippets-filter {
#keditor-snippets-container > .keditor-snippets > .keditor-snippets-filter-wrapper .keditor-snippets-filter,
#keditor-snippets-container > .keditor-snippets > .keditor-snippets-filter-wrapper .keditor-snippets-search {
border: 1px solid #ddd;
height: 34px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.42857143;
width: 100%;
display: block;
margin-bottom: 10px;
}
#keditor-snippets-container > .keditor-snippets > .keditor-snippets-filter-wrapper + .keditor-snippets-inner {
height: calc(100% - 44px);
height: calc(100% - 88px);
}
.keditor-snippet {
padding: 15px;
Expand Down

0 comments on commit a33486a

Please sign in to comment.