2015-07-15 23:55:49 +02:00
|
|
|
|
2017-12-09 13:37:44 +01:00
|
|
|
.mce-tinymce.mce-container.mce-fullscreen {
|
2015-07-15 23:55:49 +02:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
2017-12-09 13:37:44 +01:00
|
|
|
width: 100%;
|
2015-07-21 22:16:26 +02:00
|
|
|
max-width: 100%;
|
2017-12-09 13:37:44 +01:00
|
|
|
z-index: 100;
|
2015-07-21 23:11:30 +02:00
|
|
|
}
|
|
|
|
|
2015-07-28 21:57:13 +02:00
|
|
|
.mce-tinymce {
|
|
|
|
.mce-panel {
|
|
|
|
background-color: #FFF;
|
|
|
|
}
|
|
|
|
.mce-btn {
|
|
|
|
background-color: #FFF;
|
|
|
|
}
|
2015-08-31 12:43:28 +02:00
|
|
|
}
|
2015-10-18 21:06:49 +02:00
|
|
|
|
|
|
|
.mce-container-body.mce-flow-layout {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-08-13 15:18:31 +02:00
|
|
|
.edit-area.flex > div > .mce-tinymce.mce-container.mce-panel {
|
2016-08-13 15:54:23 +02:00
|
|
|
flex: 1 1 auto;
|
2015-08-31 12:43:28 +02:00
|
|
|
display: flex !important;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: stretch;
|
|
|
|
margin: 0 -1px;
|
|
|
|
> .mce-container-body {
|
2016-08-13 15:54:23 +02:00
|
|
|
flex: 1 1 auto;
|
2015-08-31 12:43:28 +02:00
|
|
|
display: flex !important;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: stretch;
|
2016-08-13 15:54:23 +02:00
|
|
|
> .mce-toolbar-grp {
|
|
|
|
flex: 0 1 auto;
|
|
|
|
}
|
2015-08-31 12:43:28 +02:00
|
|
|
> .mce-edit-area {
|
2016-08-13 15:54:23 +02:00
|
|
|
flex: 1 1 auto;
|
2015-08-31 12:43:28 +02:00
|
|
|
display: flex !important;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: stretch;
|
|
|
|
iframe {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-09-10 14:08:12 +02:00
|
|
|
}
|
|
|
|
.page-content.mce-content-body p {
|
|
|
|
line-height: 1.6;
|
2015-07-15 23:55:49 +02:00
|
|
|
}
|