Skip to content

Commit

Permalink
Imperavi redactor updated to 10.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jun 11, 2015
1 parent 91fcc54 commit 7e7f914
Show file tree
Hide file tree
Showing 7 changed files with 487 additions and 200 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.10
* @version 1.3.11
*
* @link https://github.com/yiiext/imperavi-redactor-widget
* @link http://imperavi.com/redactor
Expand Down
Empty file modified assets/redactor-font.eot 100644 → 100755
Empty file.
6 changes: 5 additions & 1 deletion assets/redactor.css
Expand Up @@ -397,6 +397,10 @@ body .redactor-box-fullscreen {
color: #fff !important;
text-decoration: none;
}
.redactor-dropdown a.selected {
background-color: #000;
color: #fff;
}
/*
IMAGE BOX
*/
Expand Down Expand Up @@ -552,6 +556,7 @@ body .redactor-box-fullscreen {
overflow-y: auto;
}
#redactor-modal {
outline: 0;
position: relative;
margin: auto;
margin-bottom: 20px;
Expand Down Expand Up @@ -883,7 +888,6 @@ body .redactor-box-fullscreen {
background-color: #d8d7d7;
}
.redactor-editor pre {
overflow: auto;
padding: 1em;
border: 1px solid #ddd;
border-radius: 3px;
Expand Down

0 comments on commit 7e7f914

Please sign in to comment.