Ticket #6056: 6056.patch

File 6056.patch, 4.4 KB (added by Sa'ar Zac Elias, 14 years ago)
  • _source/plugins/colorbutton/plugin.js

     
    4040                                                block.autoSize = true;
    4141                                                block.element.addClass( 'cke_colorblock' );
    4242                                                block.element.setHtml( renderColors( panel, type ) );
     43                                                // The block should not have scrollbars (#5933, #6056)
     44                                                block.element.getDocument().getBody().setStyle( 'overflow', 'hidden' );
    4345
    4446                                                var keys = block.keys;
    4547                                                var rtl = editor.lang.dir == 'rtl';
  • _source/skins/kama/panel.css

     
    4646
    4747body.cke_panel_frame
    4848{
    49         overflow: hidden;
     49        overflow: auto;
    5050}
    5151
    5252.cke_panel_frame .cke_label
     
    152152.cke_colorblock
    153153{
    154154        padding: 3px;
    155     font-size: 11px;
    156     font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
     155   font-size: 11px;
     156   font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
    157157}
    158158
    159159.cke_colorblock,
     
    167167{
    168168        width: 10px;
    169169        height: 10px;
    170     border: #808080 1px solid;
     170   border: #808080 1px solid;
    171171        float: left;
    172172}
    173173
  • _source/skins/office2003/panel.css

     
    55
    66.cke_skin_office2003 .cke_panel
    77{
    8     border: 1px solid #8f8f73;
     8   border: 1px solid #8f8f73;
    99        background-color: #fff;
    1010
    1111        width: 120px;
     
    4646
    4747body.cke_panel_frame
    4848{
    49         overflow: hidden;
     49        overflow: auto;
    5050}
    5151
    5252ul.cke_panel_list
     
    5454        list-style-type: none;
    5555        margin: 3px;
    5656        padding: 0px;
    57     white-space: nowrap;
     57   white-space: nowrap;
    5858}
    5959
    6060li.cke_panel_listItem
     
    7070        color: inherit;
    7171        text-decoration: none;
    7272        overflow: hidden;
    73     text-overflow: ellipsis;
     73   text-overflow: ellipsis;
    7474}
    7575
    7676/* IE6 */
     
    114114
    115115.cke_panel_grouptitle
    116116{
    117     font-size: 11px;
    118     font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
     117   font-size: 11px;
     118   font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
    119119        font-weight: bold;
    120     white-space: nowrap;
     120   white-space: nowrap;
    121121        background-color: #dcdcdc;
    122122        color: #000;
    123123        margin:0px;
     
    147147.cke_colorblock
    148148{
    149149        padding: 3px;
    150     font-size: 11px;
    151     font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
     150   font-size: 11px;
     151   font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
    152152}
    153153
    154154.cke_colorblock,
     
    162162{
    163163        width: 10px;
    164164        height: 10px;
    165     border: #808080 1px solid;
     165   border: #808080 1px solid;
    166166        float: left;
    167167}
    168168
  • _source/skins/v2/panel.css

     
    4646
    4747body.cke_panel_frame
    4848{
    49         overflow: hidden;
     49        overflow: auto;
    5050}
    5151
    5252ul.cke_panel_list
     
    5454        list-style-type: none;
    5555        margin: 3px;
    5656        padding: 0px;
    57     white-space: nowrap;
     57   white-space: nowrap;
    5858}
    5959
    6060li.cke_panel_listItem
     
    7070        color: inherit;
    7171        text-decoration: none;
    7272        overflow: hidden;
    73     text-overflow: ellipsis;
     73   text-overflow: ellipsis;
    7474}
    7575
    7676/* IE6 */
     
    114114
    115115.cke_panel_grouptitle
    116116{
    117     font-size: 11px;
    118     font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
     117   font-size: 11px;
     118   font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
    119119        font-weight: bold;
    120     white-space: nowrap;
     120   white-space: nowrap;
    121121        background-color: #dcdcdc;
    122122        color: #000;
    123123        margin:0px;
     
    147147.cke_colorblock
    148148{
    149149        padding: 3px;
    150     font-size: 11px;
    151     font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
     150        font-size: 11px;
     151        font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
    152152}
    153153
    154154.cke_colorblock,
     
    162162{
    163163        width: 10px;
    164164        height: 10px;
    165     border: #808080 1px solid;
     165   border: #808080 1px solid;
    166166        float: left;
    167167}
    168168
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy