mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-13 18:36:57 +00:00
Followup r79570: fix the image paths up for real
This commit is contained in:
parent
bc9fec6080
commit
5c5897ef77
|
@ -59,7 +59,7 @@
|
||||||
padding: 0.5em 4px;
|
padding: 0.5em 4px;
|
||||||
padding-top: 1.25em;
|
padding-top: 1.25em;
|
||||||
margin-top: -0.95em;
|
margin-top: -0.95em;
|
||||||
background: #F3F3F3 url(images/wikiEditor/templateEditor/text-base.png) repeat-x scroll center top;
|
background: #F3F3F3 url(images/templateEditor/text-base.png) repeat-x scroll center top;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: solid 1px #cccccc;
|
border-bottom: solid 1px #cccccc;
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url( '../../images/wikiEditor/templateEditor/name-base.png' ) 0 0 repeat-x #e8e8e8;
|
background: url(images/templateEditor/name-base.png) 0 0 repeat-x #e8e8e8;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -108,16 +108,16 @@
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.wikiEditor-templateEditor .wikiEditor-template-expanded .wikiEditor-template-expand {
|
.wikiEditor-templateEditor .wikiEditor-template-expanded .wikiEditor-template-expand {
|
||||||
background-image: url(images/wikiEditor/templateEditor/collapse.png);
|
background-image: url(images/templateEditor/collapse.png);
|
||||||
}
|
}
|
||||||
.wikiEditor-templateEditor .wikiEditor-template-expanded .wikiEditor-template-dialog {
|
.wikiEditor-templateEditor .wikiEditor-template-expanded .wikiEditor-template-dialog {
|
||||||
background-image: url(images/wikiEditor/templateEditor/dialog-expanded.png);
|
background-image: url(images/templateEditor/dialog-expanded.png);
|
||||||
}
|
}
|
||||||
.wikiEditor-templateEditor .wikiEditor-template-collapsed .wikiEditor-template-expand {
|
.wikiEditor-templateEditor .wikiEditor-template-collapsed .wikiEditor-template-expand {
|
||||||
background-image: url(images/wikiEditor/templateEditor/expand.png);
|
background-image: url(images/templateEditor/expand.png);
|
||||||
}
|
}
|
||||||
.wikiEditor-templateEditor .wikiEditor-template-collapsed .wikiEditor-template-dialog {
|
.wikiEditor-templateEditor .wikiEditor-template-collapsed .wikiEditor-template-dialog {
|
||||||
background-image: url(images/wikiEditor/templateEditor/dialog-collapsed.png);
|
background-image: url(images/templateEditor/dialog-collapsed.png);
|
||||||
}
|
}
|
||||||
.wikiEditor-templateEditor .wikiEditor-template-expanded {
|
.wikiEditor-templateEditor .wikiEditor-template-expanded {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue