diff --git a/showprotected/plugin.js b/showprotected/plugin.js index 37953fd..4f2a368 100644 --- a/showprotected/plugin.js +++ b/showprotected/plugin.js @@ -22,7 +22,7 @@ CKEDITOR.plugins.add( 'showprotected', { var template = '.%2 showprotected-img.cke_protected' + '{' + baseStyle + - 'display:block;' + + 'display:inline-block;' + 'width:16px;' + 'min-height:15px;' + 'line-height:1.6em;' + @@ -124,4 +124,4 @@ CKEDITOR.plugins.showprotected = { encodeURIComponent( protectedSource ).replace( /--/g, '%2D%2D' ); } -}; \ No newline at end of file +};