Ticket #6795: 6795.patch

File 6795.patch, 1.8 KB (added by WebSpellChecker.net, 13 years ago)
Line 
1+++ _source/plugins/scayt/dialogs/options.js
2@@ -67,19 +67,19 @@
3                        '       <div class="messagebox"></div>' +
4                        '       <div style="display:none;">' +
5                        '               <input type="checkbox" name="options"  id="allCaps_' + editorName + '" />' +
6-                                                                       '               <label for="allCaps" id="label_allCaps_' + editorName + '"></label>' +
7+                                                                       '               <label style="margin-left:5px" for="allCaps" id="label_allCaps_' + editorName + '"></label>' +
8                        '       </div>' +
9                        '       <div style="display:none;">' +
10                        '               <input name="options" type="checkbox"  id="ignoreDomainNames_' + editorName + '" />' +
11-                                                                       '               <label for="ignoreDomainNames" id="label_ignoreDomainNames_' + editorName + '"></label>' +
12+                                                                       '               <label style="margin-left:5px" for="ignoreDomainNames" id="label_ignoreDomainNames_' + editorName + '"></label>' +
13                        '       </div>' +
14                        '       <div style="display:none;">' +
15                        '       <input name="options" type="checkbox"  id="mixedCase_' + editorName + '" />' +
16-                                                                       '               <label for="mixedCase" id="label_mixedCase_' + editorName + '"></label>' +
17+                                                                       '               <label style="margin-left:5px" for="mixedCase" id="label_mixedCase_' + editorName + '"></label>' +
18                        '       </div>' +
19                        '       <div style="display:none;">' +
20                        '               <input name="options" type="checkbox"  id="mixedWithDigits_' + editorName + '" />' +
21-                                                                       '               <label for="mixedWithDigits" id="label_mixedWithDigits_' + editorName + '"></label>' +
22+                                                                       '               <label style="margin-left:5px" for="mixedWithDigits" id="label_mixedWithDigits_' + editorName + '"></label>' +
23                        '       </div>' +
24                        '</div></form>'
25}
26@@ -273,7 +273,7 @@
27                        var label = doc.createElement( 'label' );
28                        label.setAttribute( 'for', 'cke_option' + option );
29                        label.setHtml( list[ option ] );
30-
31+                       label.setStyle('margin-left', '5px');
32                        if ( dialog.sLang == option )   // Current.
33                                dialog.chosed_lang = option;
34 
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy