File tree Expand file tree Collapse file tree 4 files changed +23
-1
lines changed Expand file tree Collapse file tree 4 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -193,3 +193,10 @@ a.cke_button
193
193
/* Positioning is required for IE7 on text inputs not to stretch dialog horizontally. (#8971)*/
194
194
position : relative;
195
195
}
196
+
197
+ /* Reset vertical paddings which put editing area under bottom UI space. (#9721) */
198
+ .cke_wysiwyg_div
199
+ {
200
+ padding-top : 0 !important ;
201
+ padding-bottom : 0 !important ;
202
+ }
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Special outer level classes used in this file:
56
56
-webkit-border-radius : 5px ;
57
57
border-radius : 5px ;
58
58
border : 1px solid # D3D3D3 ;
59
-
59
+
60
60
/* Spacing between the outer and the inner boundaries. */
61
61
padding : 5px ;
62
62
}
@@ -192,4 +192,8 @@ Special outer level classes used in this file:
192
192
overflow : auto;
193
193
padding : 0 8px ;
194
194
outline-style : none;
195
+
196
+ -moz-box-sizing : border-box;
197
+ -webkit-box-sizing : border-box;
198
+ box-sizing : border-box;
195
199
}
Original file line number Diff line number Diff line change @@ -204,3 +204,10 @@ a.cke_button
204
204
/* Positioning is required for IE7 on text inputs not to stretch dialog horizontally. (#8971)*/
205
205
position : relative;
206
206
}
207
+
208
+ /* Reset vertical paddings which put editing area under bottom UI space. (#9721) */
209
+ .cke_wysiwyg_div
210
+ {
211
+ padding-top : 0 !important ;
212
+ padding-bottom : 0 !important ;
213
+ }
Original file line number Diff line number Diff line change @@ -218,4 +218,8 @@ Special outer level classes used in this file:
218
218
overflow : auto;
219
219
padding : 0 8px ;
220
220
outline-style : none;
221
+
222
+ -moz-box-sizing : border-box;
223
+ -webkit-box-sizing : border-box;
224
+ box-sizing : border-box;
221
225
}
You can’t perform that action at this time.
0 commit comments