Index: trunk/extensions/VisualEditor/modules/sandbox/sandbox.css |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | -moz-border-radius: 0.25em; |
7 | 7 | -o-border-radius: 0.25em; |
8 | 8 | border-radius: 0.25em; |
9 | | - background-image: url(../es/images/fade-up.png); |
| 9 | + background-image: url(../ve/ui/styles/images/fade-up.png); |
10 | 10 | background-position: bottom left; |
11 | 11 | background-repeat: repeat-x; |
12 | 12 | -webkit-user-select: none; |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | border-top: none; |
27 | 27 | } |
28 | 28 | #es-toolbar-shadow { |
29 | | - background-image: url(../es/images/toolbar-shadow.png); |
| 29 | + background-image: url(../ve/ui/styles/images/toolbar-shadow.png); |
30 | 30 | background-position: top left; |
31 | 31 | background-repeat: repeat-x; |
32 | 32 | position: absolute; |
— | — | @@ -93,7 +93,7 @@ |
94 | 94 | list-style-type: square; |
95 | 95 | margin: .3em 0 0 1.5em; |
96 | 96 | padding: 0; |
97 | | - list-style-image: url(../es/images/bullet-icon.png); |
| 97 | + list-style-image: url(../ve/es/styles/images/bullet-icon.png); |
98 | 98 | } |
99 | 99 | .es-render ol { |
100 | 100 | line-height: 1.5em; |
— | — | @@ -143,7 +143,7 @@ |
144 | 144 | .es-modes-button:active, |
145 | 145 | .es-modes-button-down { |
146 | 146 | border-color: #dddddd; |
147 | | - background-image: url(../es/images/fade-down.png); |
| 147 | + background-image: url(../ve/ui/styles/images/fade-down.png); |
148 | 148 | background-position: top left; |
149 | 149 | background-repeat: repeat-x; |
150 | 150 | -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.07); |
— | — | @@ -151,27 +151,27 @@ |
152 | 152 | box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.07); |
153 | 153 | } |
154 | 154 | #es-mode-wikitext:before { |
155 | | - background-image: url(../es/images/wikitext.png); |
| 155 | + background-image: url(../ve/ui/styles/images/wikitext.png); |
156 | 156 | } |
157 | 157 | |
158 | 158 | #es-mode-json:before { |
159 | | - background-image: url(../es/images/json.png); |
| 159 | + background-image: url(../ve/ui/styles/images/json.png); |
160 | 160 | } |
161 | 161 | |
162 | 162 | #es-mode-html:before { |
163 | | - background-image: url(../es/images/html.png); |
| 163 | + background-image: url(../ve/ui/styles/images/html.png); |
164 | 164 | } |
165 | 165 | |
166 | 166 | #es-mode-render:before { |
167 | | - background-image: url(../es/images/render.png); |
| 167 | + background-image: url(../ve/ui/styles/images/render.png); |
168 | 168 | } |
169 | 169 | |
170 | 170 | #es-mode-history:before { |
171 | | - background-image: url(../es/images/history.png); |
| 171 | + background-image: url(../ve/ui/styles/images/history.png); |
172 | 172 | } |
173 | 173 | |
174 | 174 | #es-mode-help:before { |
175 | | - background-image: url(../es/images/help.png); |
| 175 | + background-image: url(../ve/ui/styles/images/help.png); |
176 | 176 | } |
177 | 177 | |
178 | 178 | #es-panel-history div { |