Ticket #4863: 4863_3.patch
File 4863_3.patch, 2.6 KB (added by , 13 years ago) |
---|
-
_source/plugins/dialog/plugin.js
868 868 children : contents.elements, 869 869 expand : !!contents.expand, 870 870 padding : contents.padding, 871 style : contents.style || 'width: 100%; ' + ( CKEDITOR.env.ie6Compat ? '' : 'height: 100%;' )871 style : contents.style || 'width: 100%;height: 100%;' 872 872 }, pageHtml ); 873 873 874 874 // Create the HTML for the tab and the content block. -
_source/plugins/smiley/dialogs/smiley.js
192 192 firstSmile.focus(); 193 193 }, 194 194 onClick : onClick, 195 style : 'width: 100%; height: 100%;border-collapse: separate;'195 style : 'width: 100%; border-collapse: separate;' 196 196 }; 197 197 198 198 return { -
_source/skins/kama/dialog.css
692 692 padding : 2px; 693 693 background-color : white; 694 694 } 695 696 /* Fix iframedialog's height doesn't stretch to 100% #4863.*/ 697 .cke_skin_kama .cke_browser_iequirks .cke_dialog_page_contents 698 { 699 _position: absolute; 700 } 701 695 702 .cke_skin_kama .cke_dialog #ImagePreviewLoader 696 703 { 697 704 position: absolute; -
_source/skins/office2003/dialog.css
620 620 padding : 2px; 621 621 background-color : white; 622 622 } 623 624 /* Fix iframedialog's height doesn't stretch to 100% #4863.*/ 625 .cke_skin_office2003 .cke_browser_iequirks .cke_dialog_page_contents 626 { 627 _position: absolute; 628 } 629 623 630 .cke_skin_office2003 .cke_dialog #ImagePreviewLoader 624 631 { 625 632 position: absolute; -
_source/skins/v2/dialog.css
622 622 padding : 2px; 623 623 background-color : white; 624 624 } 625 626 /* Fix iframedialog's height doesn't stretch to 100% #4863.*/ 627 .cke_skin_v2 .cke_browser_iequirks .cke_dialog_page_contents 628 { 629 _position: absolute; 630 } 631 625 632 .cke_skin_v2 .cke_dialog #ImagePreviewLoader 626 633 { 627 634 position: absolute;