Ticket #6182: 6182.patch
File 6182.patch, 1.4 KB (added by , 14 years ago) |
---|
-
_source/skins/office2003/dialog.css
539 539 { 540 540 border: 1px solid #a0a0a0; 541 541 background-color: white; 542 width: 100%; 542 543 } 543 544 544 545 .cke_skin_office2003 .cke_dialog_ui_input_file -
_source/skins/kama/dialog.css
608 608 { 609 609 border: 1px solid #a0a0a0; 610 610 background-color: white; 611 width: 100%; 611 612 } 612 613 613 614 .cke_skin_kama .cke_dialog_ui_input_file -
_source/plugins/dialogadvtab/plugin.js
98 98 type : 'select', 99 99 label : lang.langDir, 100 100 'default' : '', 101 style : 'width:110px',102 101 items : 103 102 [ 104 103 [ lang.notSet, '' ], -
_source/skins/v2/dialog.css
541 541 { 542 542 border: 1px solid #a0a0a0; 543 543 background-color: white; 544 width: 100%; 544 545 } 545 546 546 547 .cke_skin_v2 .cke_dialog_ui_input_file