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> |