Index: chrome/browser/resources/slideshow.html |
=================================================================== |
--- chrome/browser/resources/slideshow.html (revision 52142) |
+++ chrome/browser/resources/slideshow.html (working copy) |
@@ -53,7 +53,7 @@ |
} |
#prevbutton > div { |
- background: url('../../app/theme/mediaplayer_prev.png'); |
+ background: url('shared/images/mediaplayer_prev.png'); |
background-repeat: no-repeat; |
background-position: 4px 8px; |
width: 100%; |
@@ -83,7 +83,7 @@ |
} |
#nextbutton > div { |
- background: url('../../app/theme/mediaplayer_next.png'); |
+ background: url('shared/images/mediaplayer_next.png'); |
background-repeat: no-repeat; |
background-position: 4px 8px; |
width: 100%; |
@@ -112,7 +112,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> |
document.addEventListener('DOMContentLoaded', load); |