Fix missing cursor in empty pads with Chrome and fix page mode
This commit is contained in:
parent
623caa9273
commit
5a6c3597db
@ -16,6 +16,12 @@ body
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
|
padding: 20px;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cke_editable
|
.cke_editable
|
||||||
|
|||||||
@ -785,7 +785,7 @@ define([
|
|||||||
'max-width: 50em; padding: 20px 30px; margin: 0 auto; min-height: 100%;'+
|
'max-width: 50em; padding: 20px 30px; margin: 0 auto; min-height: 100%;'+
|
||||||
'box-sizing: border-box; overflow: auto;'+
|
'box-sizing: border-box; overflow: auto;'+
|
||||||
'}' +
|
'}' +
|
||||||
'.cke_body_width body > *:first-child { margin-top: 0; }' +
|
'.cke_body_width body > *:first-child { margin-top: 0; }';
|
||||||
Ckeditor.addCss(newCss);
|
Ckeditor.addCss(newCss);
|
||||||
Ckeditor._mediatagTranslations = {
|
Ckeditor._mediatagTranslations = {
|
||||||
title: Messages.pad_mediatagTitle,
|
title: Messages.pad_mediatagTitle,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user