| Index: chrome/browser/resources/chromeos/image_burner.html
|
| ===================================================================
|
| --- chrome/browser/resources/chromeos/image_burner.html (revision 177292)
|
| +++ chrome/browser/resources/chromeos/image_burner.html (working copy)
|
| @@ -129,19 +129,19 @@
|
| }
|
|
|
| #main-content.device-detected-none #status-icon {
|
| - background: url('../shared/images/insert.png');
|
| + background: url('../../../../ui/webui/resources/images/insert.png');
|
| background-repeat: no-repeat;
|
| display: block;
|
| }
|
|
|
| #main-content.device-detected-usb #status-icon {
|
| - background: url('../shared/images/detected_usb.png');
|
| + background: url('../../../../ui/webui/resources/images/detected_usb.png');
|
| background-repeat: no-repeat;
|
| display: block;
|
| }
|
|
|
| #main-content.device-detected-sd #status-icon {
|
| - background: url('../shared/images/detected_sd.png');
|
| + background: url('../../../../ui/webui/resources/images/detected_sd.png');
|
| background-repeat: no-repeat;
|
| display: block;
|
| }
|
| @@ -184,13 +184,13 @@
|
| }
|
|
|
| #main-content.warning #warning-icon, #main-content.error #warning-icon {
|
| - background:url('../shared/images/icon_warning.png');
|
| + background:url('../../../../ui/webui/resources/images/icon_warning.png');
|
| background-repeat:no-repeat;
|
| display: block;
|
| }
|
|
|
| #main-content.success #warning-icon {
|
| - background:url('../shared/images/icon_checkmark.png');
|
| + background:url('../../../../ui/webui/resources/images/icon_checkmark.png');
|
| background-repeat:no-repeat;
|
| display: block;
|
| }
|
|
|