mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-12 01:14:52 +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-top: 1.25em;
|
||||
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;
|
||||
width: 100%;
|
||||
border-bottom: solid 1px #cccccc;
|
||||
|
@ -76,7 +76,7 @@
|
|||
margin-bottom: -1px;
|
||||
margin-right: 2px;
|
||||
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;
|
||||
font-family: monospace;
|
||||
text-decoration: none;
|
||||
|
@ -108,16 +108,16 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
.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 {
|
||||
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 {
|
||||
background-image: url(images/wikiEditor/templateEditor/expand.png);
|
||||
background-image: url(images/templateEditor/expand.png);
|
||||
}
|
||||
.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 {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue