Ticket #6056: 6056.patch
File 6056.patch, 4.4 KB (added by , 13 years ago) |
---|
-
_source/plugins/colorbutton/plugin.js
40 40 block.autoSize = true; 41 41 block.element.addClass( 'cke_colorblock' ); 42 42 block.element.setHtml( renderColors( panel, type ) ); 43 // The block should not have scrollbars (#5933, #6056) 44 block.element.getDocument().getBody().setStyle( 'overflow', 'hidden' ); 43 45 44 46 var keys = block.keys; 45 47 var rtl = editor.lang.dir == 'rtl'; -
_source/skins/kama/panel.css
46 46 47 47 body.cke_panel_frame 48 48 { 49 overflow: hidden;49 overflow: auto; 50 50 } 51 51 52 52 .cke_panel_frame .cke_label … … 152 152 .cke_colorblock 153 153 { 154 154 padding: 3px; 155 156 155 font-size: 11px; 156 font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif; 157 157 } 158 158 159 159 .cke_colorblock, … … 167 167 { 168 168 width: 10px; 169 169 height: 10px; 170 170 border: #808080 1px solid; 171 171 float: left; 172 172 } 173 173 -
_source/skins/office2003/panel.css
5 5 6 6 .cke_skin_office2003 .cke_panel 7 7 { 8 8 border: 1px solid #8f8f73; 9 9 background-color: #fff; 10 10 11 11 width: 120px; … … 46 46 47 47 body.cke_panel_frame 48 48 { 49 overflow: hidden;49 overflow: auto; 50 50 } 51 51 52 52 ul.cke_panel_list … … 54 54 list-style-type: none; 55 55 margin: 3px; 56 56 padding: 0px; 57 57 white-space: nowrap; 58 58 } 59 59 60 60 li.cke_panel_listItem … … 70 70 color: inherit; 71 71 text-decoration: none; 72 72 overflow: hidden; 73 73 text-overflow: ellipsis; 74 74 } 75 75 76 76 /* IE6 */ … … 114 114 115 115 .cke_panel_grouptitle 116 116 { 117 118 117 font-size: 11px; 118 font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; 119 119 font-weight: bold; 120 120 white-space: nowrap; 121 121 background-color: #dcdcdc; 122 122 color: #000; 123 123 margin:0px; … … 147 147 .cke_colorblock 148 148 { 149 149 padding: 3px; 150 151 150 font-size: 11px; 151 font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif; 152 152 } 153 153 154 154 .cke_colorblock, … … 162 162 { 163 163 width: 10px; 164 164 height: 10px; 165 165 border: #808080 1px solid; 166 166 float: left; 167 167 } 168 168 -
_source/skins/v2/panel.css
46 46 47 47 body.cke_panel_frame 48 48 { 49 overflow: hidden;49 overflow: auto; 50 50 } 51 51 52 52 ul.cke_panel_list … … 54 54 list-style-type: none; 55 55 margin: 3px; 56 56 padding: 0px; 57 57 white-space: nowrap; 58 58 } 59 59 60 60 li.cke_panel_listItem … … 70 70 color: inherit; 71 71 text-decoration: none; 72 72 overflow: hidden; 73 73 text-overflow: ellipsis; 74 74 } 75 75 76 76 /* IE6 */ … … 114 114 115 115 .cke_panel_grouptitle 116 116 { 117 118 117 font-size: 11px; 118 font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif; 119 119 font-weight: bold; 120 120 white-space: nowrap; 121 121 background-color: #dcdcdc; 122 122 color: #000; 123 123 margin:0px; … … 147 147 .cke_colorblock 148 148 { 149 149 padding: 3px; 150 151 150 font-size: 11px; 151 font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif; 152 152 } 153 153 154 154 .cke_colorblock, … … 162 162 { 163 163 width: 10px; 164 164 height: 10px; 165 165 border: #808080 1px solid; 166 166 float: left; 167 167 } 168 168