Skip to content

Commit

Permalink
KEditor 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdhm committed May 25, 2016
1 parent b517615 commit e9008e5
Show file tree
Hide file tree
Showing 19 changed files with 728 additions and 537 deletions.
2 changes: 0 additions & 2 deletions dist/css/keditor-1.1.1.min.css

This file was deleted.

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

This file was deleted.

14 changes: 12 additions & 2 deletions dist/css/keditor-1.1.1.css → dist/css/keditor-1.1.2.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.1
* @version: 1.1.2
* @dependencies: $, $.fn.draggable, $.fn.droppable, $.fn.sortable, Bootstrap, FontAwesome (optional)
*/
/* ==================================================================================
Expand Down Expand Up @@ -30,6 +30,14 @@ body.opened-keditor-sidebar #keditor-sidebar {
body.highlighted-container-content .keditor-container-content:before {
border-color: #2eb2e4;
}
/* ==================================================================================
Frame
================================================================================== */
.keditor-frame {
width: 100%;
height: 500px;
border: 1px solid #ddd;
}
/* ==================================================================================
Content area
================================================================================== */
Expand Down Expand Up @@ -95,6 +103,8 @@ body.highlighted-container-content .keditor-container-content:before {
}
#keditor-snippets-type-switcher > li > a {
border-radius: 3px 3px 0 0;
height: 42px;
padding: 10px 5px;
}
#keditor-snippets-type-switcher > li.active > a {
font-weight: bold;
Expand Down Expand Up @@ -149,7 +159,7 @@ body.highlighted-container-content .keditor-container-content:before {
#keditor-setting-panel {
background: #fff;
position: absolute;
z-index: 2;
z-index: 1001;
top: 10px;
width: calc(100% - 20px);
right: -100%;
Expand Down
Loading

0 comments on commit e9008e5

Please sign in to comment.