Ticket #692: 692.patch

File 692.patch, 2.0 KB (added by martinkou, 22 months ago)
  • _whatsnew.html

     
    122122                        Safari 3.1 browser bug which caused the Fit Window button to give a blank screen.</li>  
    123123                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2218">#2218</a>] Improved Gecko based browser 
    124124                        detection to accept Epiphany/Gecko as well.</li> 
     125                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/692">#692</a>] Added some hints in 
     126                        editor/css/fck_editorarea.css on how to handle style items that would break the style combo. 
     127                        </li> 
    125128        </ul> 
    126129        <h3> 
    127130                Version 2.6</h3> 
  • editor/css/fck_editorarea.css

     
    5050        text-decoration: -moz-anchor-decoration;        /* For Firefox 3, otherwise no underline will be used */ 
    5151} 
    5252 
    53 /* 
    54         Just uncomment the following block if you want to avoid spaces between 
    55         paragraphs. Remember to apply the same style in your output front end page. 
     53/** 
     54 * Just uncomment the following block if you want to avoid spaces between 
     55 * paragraphs. Remember to apply the same style in your output front end page. 
    5656*/ 
    5757 
    5858/* 
     
    6363} 
    6464*/ 
    6565 
     66/** 
     67 * Uncomment the following block, or only selected lines if appropriate, 
     68 * if you have some style items that would break the styles combo box. 
     69 * You can also write other CSS overrides inside the style block below 
     70 * as needed and they will be applied to inside the style combo only. 
     71 */ 
     72 
    6673/* 
     74.SC_Item *, .SC_ItemSelected * 
     75{ 
     76        margin: 0px !important; 
     77        padding: 0px !important; 
     78        text-indent: 0px !important; 
     79        clip: auto !important; 
     80        position: static !important; 
     81} 
     82*/ 
     83 
     84/* 
    6785    The following are some sample styles used in the "Styles" toolbar command. 
    6886    You should instead remove them, and include the styles used by the site 
    6987    you are using the editor in.