Changeset 214

Show
Ignore:
Timestamp:
2007-03-15 14:50:52 (22 months ago)
Author:
fredck
Message:

Fixed #190 : The toolbar height has been fixed to avoid wrongly positioning toolbars on some specific cases.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/skins/default/fck_editor.css

    r132 r214  
    6868.TB_Toolbar 
    6969{ 
     70        height: 24px; 
    7071    display: inline-table;      /* inline = Opera jumping buttons bug */ 
    7172} 
  • FCKeditor/trunk/_whatsnew.html

    r211 r214  
    115115                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/165">#165</a>] The enter 
    116116                        key now honors the EnterMode settings when outdenting a list item.</li> 
     117                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/190">#190</a>] Toolbars 
     118                        may be wrongly positioned. Fixed.</li> 
    117119        </ul> 
    118120        <h3>