1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 23:11:45 +02:00

[ticket/11915] Remove files that are no longer used.

PHPBB3-11915
This commit is contained in:
Cesar G
2013-12-18 17:56:46 -08:00
parent c1cca8aff4
commit 702efc8496
13 changed files with 3 additions and 188 deletions

View File

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