r79571 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79570‎ | r79571 | r79572 >
Date:12:03, 4 January 2011
Author:catrope
Status:ok
Tags:
Comment:
Followup r79570: fix the image paths up for real
Modified paths:
  • /trunk/extensions/WikiEditor/modules/jquery.wikiEditor.html (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.html
@@ -59,7 +59,7 @@
6060 padding: 0.5em 4px;
6161 padding-top: 1.25em;
6262 margin-top: -0.95em;
63 - background: #F3F3F3 url(images/wikiEditor/templateEditor/text-base.png) repeat-x scroll center top;
 63+ background: #F3F3F3 url(images/templateEditor/text-base.png) repeat-x scroll center top;
6464 display: block;
6565 width: 100%;
6666 border-bottom: solid 1px #cccccc;
@@ -76,7 +76,7 @@
7777 margin-bottom: -1px;
7878 margin-right: 2px;
7979 overflow: hidden;
80 - background: url( '../../images/wikiEditor/templateEditor/name-base.png' ) 0 0 repeat-x #e8e8e8;
 80+ background: url(images/templateEditor/name-base.png) 0 0 repeat-x #e8e8e8;
8181 color: #000000;
8282 font-family: monospace;
8383 text-decoration: none;
@@ -108,16 +108,16 @@
109109 text-decoration: underline;
110110 }
111111 .wikiEditor-templateEditor .wikiEditor-template-expanded .wikiEditor-template-expand {
112 - background-image: url(images/wikiEditor/templateEditor/collapse.png);
 112+ background-image: url(images/templateEditor/collapse.png);
113113 }
114114 .wikiEditor-templateEditor .wikiEditor-template-expanded .wikiEditor-template-dialog {
115 - background-image: url(images/wikiEditor/templateEditor/dialog-expanded.png);
 115+ background-image: url(images/templateEditor/dialog-expanded.png);
116116 }
117117 .wikiEditor-templateEditor .wikiEditor-template-collapsed .wikiEditor-template-expand {
118 - background-image: url(images/wikiEditor/templateEditor/expand.png);
 118+ background-image: url(images/templateEditor/expand.png);
119119 }
120120 .wikiEditor-templateEditor .wikiEditor-template-collapsed .wikiEditor-template-dialog {
121 - background-image: url(images/wikiEditor/templateEditor/dialog-collapsed.png);
 121+ background-image: url(images/templateEditor/dialog-collapsed.png);
122122 }
123123 .wikiEditor-templateEditor .wikiEditor-template-expanded {
124124 display: block;

Follow-up revisions

RevisionCommit summaryAuthorDate
r798131.17: MFT r78093, r79245, r79570, r79571, r79573, r79574, r79581, r79582, r79...catrope13:20, 7 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79570WikiEditor: Fix paths to images in jquery.wikiEditor.html , apparently these ...catrope11:58, 4 January 2011

Status & tagging log