Skip to content

Commit

Permalink
Imperavi redactor updated to 10.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jan 15, 2015
1 parent a1732c7 commit d50741f
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 146 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.5
* @version 1.3.6
*
* @link https://github.com/yiiext/imperavi-redactor-widget
* @link http://imperavi.com/redactor
Expand Down
11 changes: 1 addition & 10 deletions assets/redactor.css
Expand Up @@ -19,18 +19,12 @@
overflow: visible;
margin-bottom: 24px;
}
.redactor-box iframe,
.redactor-box textarea {
display: block;
position: relative;
margin: 0;
padding: 0;
width: 100%;
}
.redactor-box iframe {
border: 1px solid #eee;
}
.redactor-box textarea {
overflow: auto;
outline: none;
border: none;
Expand Down Expand Up @@ -96,7 +90,7 @@ body .redactor-box-fullscreen {
/*
Utils
*/
.body-hidden {
.body-redactor-hidden {
overflow: hidden;
}
/*
Expand Down Expand Up @@ -827,9 +821,6 @@ body .redactor-box-fullscreen {
.redactor-editor hr {
margin-bottom: 15px;
}
.redactor-editor iframe {
width: auto;
}
.redactor-editor blockquote {
margin-left: 1.6em !important;
padding-left: 0;
Expand Down

0 comments on commit d50741f

Please sign in to comment.