Ticket #4932: 4932_4.patch

File 4932_4.patch, 1.7 KB (added by Minh Nguyen, 14 years ago)
  • _source/skins/kama/toolbar.css

     
    2222.cke_skin_kama .cke_toolbox
    2323{
    2424        clear: both;
     25        /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/
     26        padding-bottom: 1px;
    2527}
    2628
    2729.cke_skin_kama a.cke_toolbox_collapser,
     
    413415{
    414416        padding-bottom: 0;
    415417}
    416 
    417 .cke_skin_kama .cke_browser_gecko .cke_toolbox
    418 {
    419         /* Define the padding-bottom otherwise the collapser button will not be clicable in FF */
    420         padding-bottom: 1px;
    421 }
  • _source/skins/office2003/toolbar.css

     
    1717        white-space: normal;
    1818}
    1919
     20.cke_skin_office2003 .cke_toolbox
     21{
     22        clear: both;
     23        /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/
     24        padding-bottom: 1px;
     25}
     26
    2027.cke_skin_office2003 a.cke_toolbox_collapser,
    2128.cke_skin_office2003 a:hover.cke_toolbox_collapser
    2229{
  • _source/skins/v2/toolbar.css

     
    1717        white-space: normal;
    1818}
    1919
     20.cke_skin_v2 .cke_toolbox
     21{
     22        clear: both;
     23        /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/
     24        padding-bottom: 1px;
     25}
     26
    2027.cke_skin_v2 a.cke_toolbox_collapser,
    2128.cke_skin_v2 a:hover.cke_toolbox_collapser
    2229{
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy