diff --git a/main/inc/lib/fckeditor/editor/css/fck_internal.css b/main/inc/lib/fckeditor/editor/css/fck_internal.css old mode 100755 new mode 100644 index d1593c1d62..580ec801fc --- a/main/inc/lib/fckeditor/editor/css/fck_internal.css +++ b/main/inc/lib/fckeditor/editor/css/fck_internal.css @@ -33,6 +33,7 @@ html { min-height: 100%; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th diff --git a/main/inc/lib/fckeditor/editor/fckeditor.html b/main/inc/lib/fckeditor/editor/fckeditor.html old mode 100755 new mode 100644 index bae1f3d9d2..be5b370536 --- a/main/inc/lib/fckeditor/editor/fckeditor.html +++ b/main/inc/lib/fckeditor/editor/fckeditor.html @@ -175,7 +175,7 @@ if ( FCKConfig.Debug ) // CSS minified by http://iceyboard.no-ip.org/projects/css_compressor (see _dev/css_compression.txt). // FCK_MP3 and FCK__Video classes added by Julio Montoya. var FCK_InternalCSS = FCKTools.FixCssUrls( FCKConfig.BasePath + 'css/', -'html{min-height:100%}' + +'html{min-height:100%; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}' + 'table.FCK__ShowTableBorders,table.FCK__ShowTableBorders td,table.FCK__ShowTableBorders th{border:#d3d3d3 1px solid}' + 'form{border:1px dotted #F00;padding:2px}' + '.FCK__Flash{border:#a9a9a9 1px solid;background-position:center center;background-image:url(images/fck_flashlogo.gif);background-repeat:no-repeat;width:80px;height:80px}' + @@ -293,7 +293,7 @@ function WaitForActive( editorInstance, newStatus ) // Gecko and Webkit browsers don't calculate well the IFRAME size so we must // recalculate it every time the window size changes. -if ( FCKBrowserInfo.IsGecko || ( FCKBrowserInfo.IsSafari && !FCKBrowserInfo.IsSafari3 ) ) +if ( FCKBrowserInfo.IsGecko || ( FCKBrowserInfo.IsSafari && !FCKBrowserInfo.IsSafari3 ) ) { window.onresize = function( e ) {