File tree Expand file tree Collapse file tree 6 files changed +450
-119
lines changed
Expand file tree Collapse file tree 6 files changed +450
-119
lines changed Original file line number Diff line number Diff line change 99 * @author Veaceslav Medvedev <slavcopost@gmail.com>
1010 * @author Alexander Makarov <sam@rmcreative.ru>
1111 *
12- * @version 1.3.8
12+ * @version 1.3.9
1313 *
1414 * @link https://github.com/yiiext/imperavi-redactor-widget
1515 * @link http://imperavi.com/redactor
Original file line number Diff line number Diff line change 3838.redactor-box textarea : focus {
3939 outline : none;
4040}
41- /*
42- Z-index setup
43- */
4441.redactor-editor ,
4542.redactor-box {
4643 background : # fff ;
4744}
45+ /*
46+ Z-index setup
47+ */
4848.redactor-editor ,
4949.redactor-box ,
5050.redactor-box textarea {
51- z-index : auto !important ;
51+ z-index : auto;
5252}
5353.redactor-box-fullscreen {
54- z-index : 1052 !important ;
54+ z-index : 1051 ;
55+ }
56+ .redactor-toolbar {
57+ z-index : 100 ;
5558}
56- .redactor-toolbar ,
5759.redactor-dropdown {
58- z-index : 1053 !important ;
60+ z-index : 1052 ;
5961}
6062# redactor-modal-overlay ,
6163# redactor-modal-box ,
6264# redactor-modal {
63- z-index : 1054 !important ;
65+ z-index : 1053 ;
6466}
6567/*
6668 Resize
@@ -111,6 +113,9 @@ body .redactor-box-fullscreen {
111113.redactor-editor : focus {
112114 outline : none;
113115}
116+ .toolbar-fixed-box + .redactor-editor {
117+ padding-top : 32px !important ;
118+ }
114119/*
115120 Placeholder
116121*/
@@ -650,7 +655,7 @@ body .redactor-box-fullscreen {
650655 padding-left : 0 ;
651656 list-style : none;
652657 max-height : 250px ;
653- overflow-x : scroll ;
658+ overflow-x : auto ;
654659}
655660# redactor-modal # redactor-modal-list li {
656661 border-bottom : 1px solid # ddd ;
You can’t perform that action at this time.
0 commit comments