Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.html |
— | — | @@ -59,7 +59,7 @@ |
60 | 60 | padding: 0.5em 4px; |
61 | 61 | padding-top: 1.25em; |
62 | 62 | 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; |
64 | 64 | display: block; |
65 | 65 | width: 100%; |
66 | 66 | border-bottom: solid 1px #cccccc; |
— | — | @@ -76,7 +76,7 @@ |
77 | 77 | margin-bottom: -1px; |
78 | 78 | margin-right: 2px; |
79 | 79 | 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; |
81 | 81 | color: #000000; |
82 | 82 | font-family: monospace; |
83 | 83 | text-decoration: none; |
— | — | @@ -108,16 +108,16 @@ |
109 | 109 | text-decoration: underline; |
110 | 110 | } |
111 | 111 | .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); |
113 | 113 | } |
114 | 114 | .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); |
116 | 116 | } |
117 | 117 | .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); |
119 | 119 | } |
120 | 120 | .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); |
122 | 122 | } |
123 | 123 | .wikiEditor-templateEditor .wikiEditor-template-expanded { |
124 | 124 | display: block; |