Add missing images and fix few paths

These images are used in CSS rules, but are missing.

Images taken from MochaUI git repo.
This commit is contained in:
Gabriele
2014-11-06 22:00:00 +01:00
parent 465ff473f1
commit 7b49ab2a48
16 changed files with 17 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1623,7 +1623,7 @@ MUI.Window = new Class({
// Fix a mouseover issue with gauges in IE7
if ( MUI.ieLegacySupport && options.shape == 'gauge') {
this.windowEl.setStyle('backgroundImage', 'url(../images/spacer.gif)');
this.windowEl.setStyle('backgroundImage', 'url(../images/skin/spacer.gif)');
}
if (options.loadMethod == 'iframe') {