Skip to content

Commit

Permalink
Imperavi redactor updated to 10.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Apr 2, 2015
1 parent 79b0b64 commit e81689b
Show file tree
Hide file tree
Showing 6 changed files with 450 additions and 119 deletions.
2 changes: 1 addition & 1 deletion ImperaviRedactorWidget.php
Expand Up @@ -9,7 +9,7 @@
* @author Veaceslav Medvedev <slavcopost@gmail.com>
* @author Alexander Makarov <sam@rmcreative.ru>
*
* @version 1.3.8
* @version 1.3.9
*
* @link https://github.com/yiiext/imperavi-redactor-widget
* @link http://imperavi.com/redactor
Expand Down
23 changes: 14 additions & 9 deletions assets/redactor.css
Expand Up @@ -38,29 +38,31 @@
.redactor-box textarea:focus {
outline: none;
}
/*
Z-index setup
*/
.redactor-editor,
.redactor-box {
background: #fff;
}
/*
Z-index setup
*/
.redactor-editor,
.redactor-box,
.redactor-box textarea {
z-index: auto !important;
z-index: auto;
}
.redactor-box-fullscreen {
z-index: 1052 !important;
z-index: 1051;
}
.redactor-toolbar {
z-index: 100;
}
.redactor-toolbar,
.redactor-dropdown {
z-index: 1053 !important;
z-index: 1052;
}
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
z-index: 1054 !important;
z-index: 1053;
}
/*
Resize
Expand Down Expand Up @@ -111,6 +113,9 @@ body .redactor-box-fullscreen {
.redactor-editor:focus {
outline: none;
}
.toolbar-fixed-box + .redactor-editor {
padding-top: 32px !important;
}
/*
Placeholder
*/
Expand Down Expand Up @@ -650,7 +655,7 @@ body .redactor-box-fullscreen {
padding-left: 0;
list-style: none;
max-height: 250px;
overflow-x: scroll;
overflow-x: auto;
}
#redactor-modal #redactor-modal-list li {
border-bottom: 1px solid #ddd;
Expand Down

0 comments on commit e81689b

Please sign in to comment.