r110806 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110805‎ | r110806 | r110807 >
Date:23:55, 6 February 2012
Author:tparscal
Status:deferred
Tags:nodeploy, visualeditor 
Comment:
Fixed image file links from sandbox.css to images supplied by es and ui packages
Modified paths:
  • /trunk/extensions/VisualEditor/modules/sandbox/sandbox.css (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/sandbox/sandbox.css
@@ -5,7 +5,7 @@
66 -moz-border-radius: 0.25em;
77 -o-border-radius: 0.25em;
88 border-radius: 0.25em;
9 - background-image: url(../es/images/fade-up.png);
 9+ background-image: url(../ve/ui/styles/images/fade-up.png);
1010 background-position: bottom left;
1111 background-repeat: repeat-x;
1212 -webkit-user-select: none;
@@ -25,7 +25,7 @@
2626 border-top: none;
2727 }
2828 #es-toolbar-shadow {
29 - background-image: url(../es/images/toolbar-shadow.png);
 29+ background-image: url(../ve/ui/styles/images/toolbar-shadow.png);
3030 background-position: top left;
3131 background-repeat: repeat-x;
3232 position: absolute;
@@ -93,7 +93,7 @@
9494 list-style-type: square;
9595 margin: .3em 0 0 1.5em;
9696 padding: 0;
97 - list-style-image: url(../es/images/bullet-icon.png);
 97+ list-style-image: url(../ve/es/styles/images/bullet-icon.png);
9898 }
9999 .es-render ol {
100100 line-height: 1.5em;
@@ -143,7 +143,7 @@
144144 .es-modes-button:active,
145145 .es-modes-button-down {
146146 border-color: #dddddd;
147 - background-image: url(../es/images/fade-down.png);
 147+ background-image: url(../ve/ui/styles/images/fade-down.png);
148148 background-position: top left;
149149 background-repeat: repeat-x;
150150 -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
@@ -151,27 +151,27 @@
152152 box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
153153 }
154154 #es-mode-wikitext:before {
155 - background-image: url(../es/images/wikitext.png);
 155+ background-image: url(../ve/ui/styles/images/wikitext.png);
156156 }
157157
158158 #es-mode-json:before {
159 - background-image: url(../es/images/json.png);
 159+ background-image: url(../ve/ui/styles/images/json.png);
160160 }
161161
162162 #es-mode-html:before {
163 - background-image: url(../es/images/html.png);
 163+ background-image: url(../ve/ui/styles/images/html.png);
164164 }
165165
166166 #es-mode-render:before {
167 - background-image: url(../es/images/render.png);
 167+ background-image: url(../ve/ui/styles/images/render.png);
168168 }
169169
170170 #es-mode-history:before {
171 - background-image: url(../es/images/history.png);
 171+ background-image: url(../ve/ui/styles/images/history.png);
172172 }
173173
174174 #es-mode-help:before {
175 - background-image: url(../es/images/help.png);
 175+ background-image: url(../ve/ui/styles/images/help.png);
176176 }
177177
178178 #es-panel-history div {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110805Migrated es.* to new ve.* namespace which is more structured, and will make i...tparscal23:50, 6 February 2012

Status & tagging log