59550167a7
This fixes CSS in popups and probably other things.
41 lines
650 B
CSS
41 lines
650 B
CSS
html, body {
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
#tinymce_parent {
|
|
display: block;
|
|
height: 100%;
|
|
}
|
|
#tinymce_tbl {
|
|
height: 100% !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
table.mceLayout > tbody > tr.mceLast {
|
|
position: absolute;
|
|
display: block;
|
|
top: 54px;
|
|
bottom: 2px;
|
|
left: 1px;
|
|
right: 1px;
|
|
}
|
|
|
|
td.mceIframeContainer {
|
|
display: block;
|
|
height: 100% !important;
|
|
width: 100% !important;
|
|
}
|
|
#tinymce_ifr {
|
|
height: 100% !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
#tinymce_formatselect_text {
|
|
width: 65px;
|
|
}
|
|
|
|
#noScriptWarning {
|
|
padding: 4px;
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
}
|