Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12856] Remove images from assets/plupload/img/
  [ticket/12856] Copy plupload images to prosilver dir
This commit is contained in:
Cesar G 2014-08-13 15:01:06 -07:00
commit baa9f17f7c
4 changed files with 3 additions and 3 deletions

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 994 B

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -58,15 +58,15 @@
}
.file-status.file-working {
background: url('../../../assets/plupload/img/throbber.gif');
background: url('./images/plupload/throbber.gif');
}
.file-status.file-uploaded {
background: url('../../../assets/plupload/img/done.gif');
background: url('./images/plupload/done.gif');
}
.file-status.file-error {
background: url('../../../assets/plupload/img/error.gif');
background: url('./images/plupload/error.gif');
}
.file-status {