[svn r15308] Should fix list items in 1024px view IE(see FS#2570)

skala
Julio Montoya 17 years ago
parent 828b91a5cf
commit e00e2d650b
  1. 2
      main/inc/lib/fckeditor/editor/fckdialogframe.html

@ -272,7 +272,7 @@ if ( window.dialogArguments.Editor.FCKBrowserInfo.IsIE )
</tr>
<tr>
<td id="FrameCell" height="100%" valign="top">
<iframe id="frmMain" src="fckblank.html" name="frmMain" frameborder="0" height="950px" width="100%" scrolling="no">
<iframe id="frmMain" src="fckblank.html" name="frmMain" frameborder="0" height="850px" width="100%" scrolling="no">
</iframe>
</td>
</tr>

Loading…
Cancel
Save