Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.css |
— | — | @@ -111,6 +111,7 @@ |
112 | 112 | display: block; |
113 | 113 | height: 24px; |
114 | 114 | width: 24px; |
| 115 | + /* @embed */ |
115 | 116 | background: url(images/toolbar/loading.gif) 0 0 no-repeat; |
116 | 117 | text-indent: -9999px; |
117 | 118 | margin: 0 auto; |
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.previewDialog.css |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | display: block; |
21 | 21 | height: 24px; |
22 | 22 | width: 24px; |
| 23 | + /* @embed */ |
23 | 24 | background: url(images/toolbar/loading.gif) 0 0 no-repeat; |
24 | 25 | text-indent: -9999px; |
25 | 26 | margin: 50px auto; |
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.css |
— | — | @@ -24,16 +24,11 @@ |
25 | 25 | background-color: #E0EEf7; |
26 | 26 | } |
27 | 27 | .wikiEditor-ui-toolbar { |
| 28 | + /* @embed */ |
28 | 29 | background-image: url(images/toolbar/base.png); |
29 | 30 | background-position: left top; |
30 | 31 | background-repeat: repeat-x; |
31 | 32 | } |
32 | | -/* |
33 | | -.wikiEditor-ui-toolbar .toolbar { |
34 | | - background-image: url(../images/wikiEditor/toolbar/base.png?1); |
35 | | - background-position: left top; |
36 | | -} |
37 | | -*/ |
38 | 33 | body.rtl .wikiEditor-ui-toolbar .sections .section { |
39 | 34 | float: right; |
40 | 35 | } |
— | — | @@ -43,6 +38,7 @@ |
44 | 39 | } |
45 | 40 | .wikiEditor-ui-toolbar .sections .loading .spinner { |
46 | 41 | display: block; |
| 42 | + /* @embed */ |
47 | 43 | background-image: url(images/toolbar/loading.gif); |
48 | 44 | background-position: left center; |
49 | 45 | background-repeat: no-repeat; |
— | — | @@ -106,6 +102,7 @@ |
107 | 103 | } |
108 | 104 | /* Sprited Buttons */ |
109 | 105 | .wikiEditor-toolbar-spritedButton { |
| 106 | + /* @embed */ |
110 | 107 | background: url(images/toolbar/button-sprite.png) 0 0 no-repeat; |
111 | 108 | display: block; |
112 | 109 | float: left; |
— | — | @@ -143,6 +140,7 @@ |
144 | 141 | height: 26px; |
145 | 142 | cursor: pointer; |
146 | 143 | color: #0645ad; |
| 144 | + /* @embed */ |
147 | 145 | background-image: url(images/toolbar/arrow-right.png); |
148 | 146 | background-position: left center; |
149 | 147 | background-repeat: no-repeat; |
— | — | @@ -151,6 +149,7 @@ |
152 | 150 | body.rtl .wikiEditor-ui-toolbar .tabs span.tab a:visited { |
153 | 151 | padding-left: 12px; |
154 | 152 | padding-right: 18px; |
| 153 | + /* @embed */ |
155 | 154 | background-image: url(images/toolbar/arrow-left.png); |
156 | 155 | background-position: right center; |
157 | 156 | } |
— | — | @@ -162,16 +161,19 @@ |
163 | 162 | .wikiEditor-ui-toolbar .tabs span.tab a.current, |
164 | 163 | .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { |
165 | 164 | color: #333333; |
| 165 | + /* @embed */ |
166 | 166 | background-image: url(images/toolbar/arrow-down.png); |
167 | 167 | } |
168 | 168 | body.rtl .wikiEditor-ui-toolbar .tabs span.tab a.current, |
169 | 169 | body.rtl .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { |
| 170 | + /* @embed */ |
170 | 171 | background-image: url(images/toolbar/arrow-down.png); |
171 | 172 | } |
172 | 173 | .wikiEditor-ui-toolbar .tabs span.tab a.current:hover { |
173 | 174 | text-decoration: none; |
174 | 175 | } |
175 | 176 | .wikiEditor-ui-toolbar .tabs span.tab a.loading { |
| 177 | + /* @embed */ |
176 | 178 | background-image: url(images/toolbar/loading-small.gif) !important; |
177 | 179 | } |
178 | 180 | /* Toolbar */ |
— | — | @@ -220,6 +222,7 @@ |
221 | 223 | float: right; |
222 | 224 | } |
223 | 225 | .wikiEditor-ui-toolbar .group .tool-select .label { |
| 226 | + /* @embed */ |
224 | 227 | background-image: url(images/toolbar/arrow-down.png); |
225 | 228 | background-position: center right; |
226 | 229 | background-repeat: no-repeat; |
Index: trunk/extensions/WikiEditor/modules/wikiEditor.dialogs.css |
— | — | @@ -76,15 +76,19 @@ |
77 | 77 | background-repeat: no-repeat; |
78 | 78 | } |
79 | 79 | #wikieditor-toolbar-link-int-target-status-exists { |
| 80 | + /* @embed */ |
80 | 81 | background-image: url(images/dialogs/insert-link-exists.png); |
81 | 82 | } |
82 | 83 | #wikieditor-toolbar-link-int-target-status-notexists { |
| 84 | + /* @embed */ |
83 | 85 | background-image: url(images/dialogs/insert-link-notexists.png); |
84 | 86 | } |
85 | 87 | #wikieditor-toolbar-link-int-target-status-invalid { |
| 88 | + /* @embed */ |
86 | 89 | background-image: url(images/dialogs/insert-link-invalid.png); |
87 | 90 | } |
88 | 91 | #wikieditor-toolbar-link-int-target-status-external { |
| 92 | + /* @embed */ |
89 | 93 | background-image: url(images/dialogs/insert-link-external.png); |
90 | 94 | } |
91 | 95 | /* Reference Dialog */ |
— | — | @@ -127,6 +131,7 @@ |
128 | 132 | background-position: 100% 50%; |
129 | 133 | } |
130 | 134 | body.rtl #wikieditor-toolbar-link-int-target-status-external { |
| 135 | + /* @embed */ |
131 | 136 | background-image: url(images/dialogs/insert-link-external-rtl.png); |
132 | 137 | } |
133 | 138 | body.rtl #wikieditor-toolbar-reference-dialog label { |
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.toc.css |
— | — | @@ -28,6 +28,7 @@ |
29 | 29 | } |
30 | 30 | .tab-toc { |
31 | 31 | /* Should match the toolbar */ |
| 32 | + /* @embed */ |
32 | 33 | background-image: url(images/toolbar/base.png); |
33 | 34 | background-position: left top; |
34 | 35 | background-repeat: repeat-x; |
— | — | @@ -141,10 +142,12 @@ |
142 | 143 | left: 0; |
143 | 144 | } |
144 | 145 | .wikiEditor-ui-toc-collapse-open { |
| 146 | + /* @embed */ |
145 | 147 | background: #f3f3f3 url(images/toc/close.png) 4px 50% no-repeat; |
146 | 148 | border-left: 1px solid #DDDDDD; |
147 | 149 | } |
148 | 150 | .wikiEditor-ui-toc-collapse-closed { |
| 151 | + /* @embed */ |
149 | 152 | background: #f3f3f3 url(images/toc/open.png) 4px 50% no-repeat; |
150 | 153 | } |
151 | 154 | /* Resizing Changes */ |
— | — | @@ -172,6 +175,7 @@ |
173 | 176 | top: 7px; |
174 | 177 | left: -12px !important; |
175 | 178 | cursor: ew-resize; |
| 179 | + /* @embed */ |
176 | 180 | background: url(images/toc/grip.png) 50% 50% no-repeat; |
177 | 181 | z-index: 0; |
178 | 182 | } |