Ticket #5411: 5411.patch
File 5411.patch, 1.6 KB (added by , 15 years ago) |
---|
-
_source/plugins/forms/plugin.js
27 27 'background-position: center center;' + 28 28 'background-repeat: no-repeat;' + 29 29 'border: 1px solid #a9a9a9;' + 30 'width: 16px ;' +31 'height: 16px ;' +30 'width: 16px !important;' + 31 'height: 16px !important;' + 32 32 '}' ); 33 33 34 34 // All buttons use the same code to register. So, to avoid -
_source/plugins/link/plugin.js
37 37 'background-position: center center;' + 38 38 'background-repeat: no-repeat;' + 39 39 'border: 1px solid #a9a9a9;' + 40 'width: 18px ;' +41 'height: 18px ;' +40 'width: 18px !important;' + 41 'height: 18px !important;' + 42 42 '}\n' + 43 43 'a.cke_anchor' + 44 44 '{' + -
_source/plugins/pagebreak/plugin.js
32 32 'clear: both;' + 33 33 'display: block;' + 34 34 'float: none;' + 35 'width: 100% ;' +35 'width: 100% !important;' + 36 36 'border-top: #999999 1px dotted;' + 37 37 'border-bottom: #999999 1px dotted;' + 38 'height: 5px ;' +38 'height: 5px !important;' + 39 39 'page-break-after: always;' + 40 40 41 41 '}' );