Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.css |
— | — | @@ -13,9 +13,6 @@ |
14 | 14 | .wikiEditor-ui textarea:focus { |
15 | 15 | outline: none; |
16 | 16 | } |
17 | | -body.rtl .wikiEditor-ui { |
18 | | - float: right; |
19 | | -} |
20 | 17 | .wikiEditor-ui .wikiEditor-ui-bottom { |
21 | 18 | |
22 | 19 | } |
— | — | @@ -30,17 +27,11 @@ |
31 | 28 | float: left; |
32 | 29 | width: 100%; |
33 | 30 | } |
34 | | -body.rtl .wikiEditor-ui .wikiEditor-ui-left { |
35 | | - float: right; |
36 | | -} |
37 | 31 | .wikiEditor-ui .wikiEditor-ui-right { |
38 | 32 | float: right; |
39 | 33 | background: #F3F3F3; |
40 | 34 | overflow: hidden; |
41 | 35 | } |
42 | | -body.rtl .wikiEditor-ui .wikiEditor-ui-right { |
43 | | - float: left; |
44 | | -} |
45 | 36 | .wikiEditor-wikitext { |
46 | 37 | float: left; |
47 | 38 | width: 100%; |
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.toc.css |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | /* |
3 | 3 | * CSS for WikiEditor Table of Contents jQuery plugin |
4 | 4 | */ |
5 | | - |
| 5 | + |
6 | 6 | .wikiEditor-ui-toc { |
7 | 7 | /* height and width are set dynamically */ |
8 | 8 | /*float: right;*/ |
— | — | @@ -12,10 +12,6 @@ |
13 | 13 | .wikiEditor-ui-toc { |
14 | 14 | border-left: solid silver 1px; |
15 | 15 | } |
16 | | -body.rtl .wikiEditor-ui-toc { |
17 | | - border-right: solid silver 1px; |
18 | | - border-left: none; |
19 | | -} |
20 | 16 | .wikiEditor-ui-toc ul { |
21 | 17 | padding: 0; |
22 | 18 | margin: 0; |
— | — | @@ -40,10 +36,6 @@ |
41 | 37 | white-space: nowrap; |
42 | 38 | overflow: hidden; |
43 | 39 | } |
44 | | -body.rtl .tab-toc { |
45 | | - background-position: right top; |
46 | | - padding-right: 2em; |
47 | | -} |
48 | 40 | .tab-toc a { |
49 | 41 | outline: none; |
50 | 42 | } |
— | — | @@ -69,45 +61,21 @@ |
70 | 62 | padding: 0.125em; |
71 | 63 | padding-left: 1em; |
72 | 64 | } |
73 | | -body.rtl .wikiEditor-ui-toc ul li div { |
74 | | - padding-right: 1em; |
75 | | - padding-left: 0; |
76 | | -} |
77 | 65 | .wikiEditor-ui-toc ul ul li div { |
78 | 66 | padding-left: 2em; |
79 | 67 | } |
80 | | -body.rtl .wikiEditor-ui-toc ul ul li div { |
81 | | - padding-right: 2em; |
82 | | - padding-left: 0; |
83 | | -} |
84 | 68 | .wikiEditor-ui-toc ul ul ul li div { |
85 | 69 | padding-left: 3em; |
86 | 70 | } |
87 | | -body.rtl .wikiEditor-ui-toc ul ul ul li div { |
88 | | - padding-right: 3em; |
89 | | - padding-left: 0; |
90 | | -} |
91 | 71 | .wikiEditor-ui-toc ul ul ul ul li div { |
92 | 72 | padding-left: 4em; |
93 | 73 | } |
94 | | -body.rtl .wikiEditor-ui-toc ul ul ul ul li div { |
95 | | - padding-right: 4em; |
96 | | - padding-left: 0; |
97 | | -} |
98 | 74 | .wikiEditor-ui-toc ul ul ul ul ul li div { |
99 | 75 | padding-left: 5em; |
100 | 76 | } |
101 | | -body.rtl .wikiEditor-ui-toc ul ul ul ul ul li div { |
102 | | - padding-right: 5em; |
103 | | - padding-left: 0; |
104 | | -} |
105 | 77 | .wikiEditor-ui-toc ul ul ul ul ul ul li div { |
106 | 78 | padding-left: 6em; |
107 | 79 | } |
108 | | -body.rtl wikiEditor-ui-toc ul ul ul ul ul ul li div { |
109 | | - padding-right: 6em; |
110 | | - padding-left: 0; |
111 | | -} |
112 | 80 | .wikiEditor-ui-toc ul li div.current { |
113 | 81 | background-color: #FAFAFA; |
114 | 82 | color: #333333; |
— | — | @@ -179,9 +147,6 @@ |
180 | 148 | background: url(images/toc/grip.png) 50% 50% no-repeat; |
181 | 149 | z-index: 0; |
182 | 150 | } |
183 | | -body.rtl .wikiEditor-ui-right .wikiEditor-ui-toc-resize-grip { |
184 | | - right: 2px !important; |
185 | | -} |
186 | 151 | .wikiEditor-ui-toolbar .tab-toc { |
187 | 152 | float: right; |
188 | 153 | margin: 3px 16px 3px 3px; |
— | — | @@ -199,12 +164,6 @@ |
200 | 165 | white-space: nowrap; |
201 | 166 | overflow: hidden; |
202 | 167 | } |
203 | | -body.rtl .wikiEditor-ui-toc-expandControl { |
204 | | - padding-left: 1em; |
205 | | - padding-right: 0; |
206 | | - left: 10px; |
207 | | - right: auto; |
208 | | -} |
209 | 168 | .wikiEditor-ui-text textarea { |
210 | 169 | resize: none; |
211 | 170 | } |