Skip to content

Commit

Permalink
Imperavi redactor updated to 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Mar 24, 2014
1 parent fd3df83 commit 653b314
Show file tree
Hide file tree
Showing 5 changed files with 528 additions and 225 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.2.18
* @version 1.2.19
*
* @link https://github.com/yiiext/imperavi-redactor-widget
* @link http://imperavi.com/redactor
Expand Down
12 changes: 10 additions & 2 deletions assets/redactor.css
Expand Up @@ -37,6 +37,7 @@
display: block;
margin: 0;
padding: 0;
border: 1px solid #eee;
}
.redactor_box textarea {
position: relative;
Expand Down Expand Up @@ -73,7 +74,7 @@ body .redactor_box_fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 1000000;
z-index: 49000;
overflow: hidden;
width: 100%;
}
Expand All @@ -82,7 +83,7 @@ body .redactor_box_fullscreen {
*/
.redactor-link-tooltip {
position: absolute;
z-index: 3000;
z-index: 49999;
padding: 10px;
line-height: 1;
display: inline-block;
Expand Down Expand Up @@ -364,6 +365,9 @@ body .redactor_air .redactor_toolbar {
background-color: #1f78d8;
color: #fff;
}
.redactor_toolbar li a:hover i:before {
color: #fff;
}
.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
outline: none;
Expand Down Expand Up @@ -417,6 +421,10 @@ body .redactor_air .redactor_toolbar {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.re-icon i:before {
position: relative;
font-size: 14px;
}
.re-video:before {
content: "\e600";
}
Expand Down

0 comments on commit 653b314

Please sign in to comment.