Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: chrome/browser/resources/filebrowse.html

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/extensions_ui.html ('k') | chrome/browser/resources/gear.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/filebrowse.html
===================================================================
--- chrome/browser/resources/filebrowse.html (revision 52142)
+++ chrome/browser/resources/filebrowse.html (working copy)
@@ -149,7 +149,7 @@
height: 50px;
z-index: 999999;
cursor: pointer;
- background: url('../../app/theme/filebrowse_fullscreen.png');
+ background: url('shared/images/filebrowse_fullscreen.png');
position: absolute;
background-repeat: no-repeat;
}
@@ -170,7 +170,7 @@
}
.menuicon {
- background: url('../../app/theme/filebrowse_menu.png');
+ background: url('shared/images/filebrowse_menu.png');
position: absolute;
right: 4px;
top: 5px;
@@ -328,23 +328,23 @@
}
div.iconmedia {
- background: url('../../app/theme/icon_media.png');
+ background: url('shared/images/icon_media.png');
}
div.iconfolder {
- background: url('../../app/theme/icon_folder.png');
+ background: url('shared/images/icon_folder.png');
}
div.iconfile {
- background: url('../../app/theme/icon_file.png');
+ background: url('shared/images/icon_file.png');
}
div.iconphoto {
- background: url('../../app/theme/icon_photo.png');
+ background: url('shared/images/icon_photo.png');
}
div.iconmusic {
- background: url('../../app/theme/icon_media.png');
+ background: url('shared/images/icon_media.png');
}
div.backbutton {
@@ -552,7 +552,7 @@
</style>
<script src="shared/js/local_strings.js"></script>
-<script src="media_common.js"></script>
+<script src="shared/js/media_common.js"></script>
<script>
@@ -1550,7 +1550,7 @@
<body onload='load();' onclick='clearMenus()' onselectstart='return false'>
<div id='header' class=''>
<div id='back' class='backbutton controlbutton' onclick='goBackInList();return false;'>
- <img src="../../app/theme/filebrowse_back.png" width='100%' height='100%'>
+ <img src="shared/images/filebrowse_back.png" width='100%' height='100%'>
</div>
<div id='currenttitle' class=''></div>
</div><br>
« no previous file with comments | « chrome/browser/resources/extensions_ui.html ('k') | chrome/browser/resources/gear.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698