Ticket #3506: 3506.patch

File 3506.patch, 1.1 KB (added by Tobiasz Cudnik, 15 years ago)

Tested in FF3.

  • _source/skins/office2003/toolbar.css

     
    320320{
    321321        padding-top: 3px;
    322322}
     323
     324/* #3506 */
     325.cke_skin_v2 .cke_browser_gecko .cke_rcombo > *:first-child,
     326.cke_skin_v2 .cke_browser_gecko .cke_rcombo > *:first-child > *:first-child + a,
     327.cke_skin_v2 .cke_browser_gecko .cke_rcombo > *:first-child > *:first-child + a > *:first-child
     328{
     329        float: left;
     330}
  • _source/skins/v2/toolbar.css

     
    274274{
    275275        padding-top: 3px;
    276276}
     277
     278/* #3506 */
     279.cke_skin_v2 .cke_browser_gecko .cke_rcombo > *:first-child,
     280.cke_skin_v2 .cke_browser_gecko .cke_rcombo > *:first-child > *:first-child + a,
     281.cke_skin_v2 .cke_browser_gecko .cke_rcombo > *:first-child > *:first-child + a > *:first-child
     282{
     283        float: left;
     284}
     285 No newline at end of file
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy