Skip to content

Commit

Permalink
Imperavi redactor updated to 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Oct 8, 2014
1 parent d884c3c commit 6266d83
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 293 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.0
* @version 1.3.1
*
* @link https://github.com/yiiext/imperavi-redactor-widget
* @link http://imperavi.com/redactor
Expand Down
42 changes: 39 additions & 3 deletions assets/redactor.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
z-index: auto !important;
}
.redactor-box-fullscreen {
z-index: 99 !important;
z-index: 1052 !important;
}
.redactor-toolbar,
.redactor-dropdown {
Expand Down Expand Up @@ -124,8 +124,8 @@ body .redactor-box-fullscreen {
}
/* Placeholder in linebreaks mode */
.redactor-linebreaks.redactor-placeholder:after {
top: 10px;
left: 10px;
top: 20px;
left: 20px;
}
/*
Toolbar
Expand Down Expand Up @@ -383,6 +383,42 @@ body .redactor-box-fullscreen {
color: #fff !important;
text-decoration: none;
}
/*
IMAGE BOX
*/
#redactor-image-box {
position: relative;
max-width: 100%;
display: inline-block;
line-height: 0;
outline: 1px dashed rgba(0, 0, 0, 0.6);
}
#redactor-image-editter {
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
margin-top: -11px;
margin-left: -18px;
line-height: 1;
background-color: #000;
color: #fff;
font-size: 11px;
padding: 7px 10px;
cursor: pointer;
}
#redactor-image-resizer {
position: absolute;
z-index: 2;
line-height: 1;
cursor: nw-resize;
bottom: -4px;
right: -5px;
border: 1px solid #fff;
background-color: #000;
width: 8px;
height: 8px;
}
/*
LINK TOOLTIP
*/
Expand Down

0 comments on commit 6266d83

Please sign in to comment.