Ticket #4932: 4932_3.patch

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

     
    414414        padding-bottom: 0;
    415415}
    416416
    417 .cke_skin_kama .cke_browser_gecko .cke_toolbox
     417.cke_skin_kama .cke_browser_gecko .cke_toolbox,
     418.cke_skin_kama .cke_browser_opera .cke_toolbox,
     419.cke_skin_kama .cke_browser_webkit .cke_toolbox
    418420{
    419         /* Define the padding-bottom otherwise the collapser button will not be clicable in FF */
     421        /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/
    420422        padding-bottom: 1px;
    421423}
  • _source/skins/office2003/toolbar.css

     
    473473{
    474474        cursor: default;
    475475}
     476
     477.cke_skin_office2003  .cke_browser_opera .cke_toolbox
     478{
     479        /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/
     480        padding-bottom: 1px;
     481}
  • _source/skins/v2/toolbar.css

     
    423423{
    424424        cursor: default;
    425425}
     426
     427.cke_skin_v2 .cke_browser_opera .cke_toolbox
     428{
     429        /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/
     430        padding-bottom: 1px;
     431}
     432 No newline at end of file
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy