Ticket #4863: 4863_2.patch
File 4863_2.patch, 1.1 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%;' + ( CKEDITOR.env.ie6Compat ? 'position: absolute;' : '' ) 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 {