Skip to content

Commit

Permalink
Imperavi redactor updated to 10.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Nov 3, 2014
1 parent e5eb92e commit 8088b18
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 98 deletions.
2 changes: 1 addition & 1 deletion ImperaviRedactorWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Veaceslav Medvedev <slavcopost@gmail.com>
* @author Alexander Makarov <sam@rmcreative.ru>
*
* @version 1.3.2
* @version 1.3.3
*
* @link https://github.com/yiiext/imperavi-redactor-widget
* @link http://imperavi.com/redactor
Expand Down
10 changes: 8 additions & 2 deletions assets/redactor.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
}
.redactor-toolbar,
.redactor-dropdown {
z-index: 1050 !important;
z-index: 1053 !important;
}
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
z-index: 1051 !important;
z-index: 1054 !important;
}
/*
Resize
Expand All @@ -90,6 +90,12 @@ body .redactor-box-fullscreen {
left: 0;
width: 100%;
}
/*
Utils
*/
.body-hidden {
overflow: hidden;
}
/*
Editor
*/
Expand Down
Loading

0 comments on commit 8088b18

Please sign in to comment.