| Index: chrome/browser/resources/chromeos/active_downloads.html
|
| ===================================================================
|
| --- chrome/browser/resources/chromeos/active_downloads.html (revision 111700)
|
| +++ chrome/browser/resources/chromeos/active_downloads.html (working copy)
|
| @@ -3,7 +3,7 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <title i18n-content="title"></title>
|
| -<link rel="icon" href="../../app/theme/downloads_favicon.png">
|
| +<link rel="icon" href="../../../app/theme/downloads_favicon.png">
|
| <style type="text/css">
|
| *:-khtml-drag {
|
| background-color: rgba(238,238,238, 0.5);
|
| @@ -25,7 +25,7 @@
|
| margin: 20px auto auto auto;
|
| height: 4px;
|
| width: 5px;
|
| - background: url('shared/images/active_downloads_menu.png') no-repeat;
|
| + background: url('../shared/images/active_downloads_menu.png') no-repeat;
|
| }
|
|
|
| .menubutton {
|
| @@ -82,7 +82,7 @@
|
| margin-top: 1px;
|
| width: 37px;
|
| height: 30px;
|
| - background: url('shared/images/icon_warning2.png') no-repeat;
|
| + background: url('../shared/images/icon_warning2.png') no-repeat;
|
| }
|
|
|
| .rowbutton span.title {
|
|
|