2008-10-15 05:24:38 +00:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2016-12-26 04:03:41 +00:00
|
|
|
|
|
|
|
/* Stretch editor to fit frame */
|
|
|
|
#tinymce_ifr, .mce-tinymce:not(.mce-floatpanel) {
|
2008-10-15 05:24:38 +00:00
|
|
|
height: 100% !important;
|
2016-12-26 04:03:41 +00:00
|
|
|
border: 0 !important;
|
2008-10-15 05:24:38 +00:00
|
|
|
}
|
|
|
|
|
2016-12-26 04:03:41 +00:00
|
|
|
.mce-container-body {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2008-10-15 05:24:38 +00:00
|
|
|
}
|
|
|
|
|
2016-12-26 04:03:41 +00:00
|
|
|
.mce-container-body .mce-edit-area {
|
|
|
|
position: absolute;
|
|
|
|
top: 57px;
|
|
|
|
bottom: 1px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2008-10-15 05:24:38 +00:00
|
|
|
}
|
2016-12-26 04:03:41 +00:00
|
|
|
|
|
|
|
/* Shrink the buttons a bit */
|
|
|
|
.mce-btn-small button {
|
|
|
|
padding-left: 4px !important;
|
|
|
|
padding-right: 4px !important;
|
|
|
|
}
|
|
|
|
|
2016-12-26 08:15:19 +00:00
|
|
|
.mce-listbox button {
|
|
|
|
padding-right: 12px !important;
|
|
|
|
}
|
|
|
|
|
2016-12-26 04:03:41 +00:00
|
|
|
/* Tighten some padding */
|
|
|
|
.mce-toolbar:first-child > div > :nth-child(3) {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-toolbar:last-child > div > :nth-child(2) {
|
|
|
|
margin-left: 0;
|
2008-10-15 05:24:38 +00:00
|
|
|
}
|
|
|
|
|
2016-12-26 04:03:41 +00:00
|
|
|
/* Keep popup windows within frame */
|
|
|
|
.mce-window {
|
|
|
|
max-width: calc(100% - 15px) !important;
|
|
|
|
overflow-x: hidden;
|
2010-10-09 08:04:25 +00:00
|
|
|
}
|
2010-10-09 09:37:07 +00:00
|
|
|
|
|
|
|
#noScriptWarning {
|
|
|
|
padding: 4px;
|
2016-12-26 04:03:41 +00:00
|
|
|
font-family: sans-serif;
|
2010-10-09 09:37:07 +00:00
|
|
|
font-size: 12px;
|
|
|
|
}
|