Ticket #4932: 4932.patch

File 4932.patch, 1.2 KB (added by m.nguyen, 2 years ago)
  • _source/skins/kama/toolbar.css

     
    2222.cke_skin_kama .cke_toolbox 
    2323{ 
    2424        clear: both; 
     25        height: 1px; 
    2526} 
    2627 
    2728.cke_skin_kama a.cke_toolbox_collapser, 
  • _source/skins/office2003/toolbar.css

     
    1717        white-space: normal; 
    1818} 
    1919 
     20.cke_skin_office2003 .cke_toolbox 
     21{ 
     22        clear: both; 
     23        height: 1px; 
     24} 
     25 
    2026.cke_skin_office2003 a.cke_toolbox_collapser, 
    2127.cke_skin_office2003 a:hover.cke_toolbox_collapser 
    2228{ 
  • _source/skins/v2/toolbar.css

     
    1717        white-space: normal; 
    1818} 
    1919 
     20.cke_skin_v2 .cke_toolbox 
     21{ 
     22        clear: both; 
     23        height: 1px; 
     24} 
     25 
    2026.cke_skin_v2 a.cke_toolbox_collapser, 
    2127.cke_skin_v2 a:hover.cke_toolbox_collapser 
    2228{ 
© 2003 – 2011 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy