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

Unified Diff: chrome/browser/resources/file_manager/slideshow.html

Issue 7077005: Moving mediaplayer binary files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: chrome/browser/resources/file_manager/slideshow.html
diff --git a/chrome/browser/resources/file_manager/slideshow.html b/chrome/browser/resources/file_manager/slideshow.html
index bae48113fb982947a1b7b9f89b1dff2def769ce5..00cee9446ef9e715d9d5e6c4f5fcff765e801062 100644
--- a/chrome/browser/resources/file_manager/slideshow.html
+++ b/chrome/browser/resources/file_manager/slideshow.html
@@ -46,7 +46,7 @@ body {
}
#prevbutton > div {
- background: url('chrome://resources/images/mediaplayer_prev.png');
+ background: url('images/mediaplayer_prev.png');
background-repeat: no-repeat;
background-position: 4px 8px;
width: 100%;
@@ -76,7 +76,7 @@ body {
}
#nextbutton > div {
- background: url('chrome://resources/images/mediaplayer_next.png');
+ background: url('images/mediaplayer_next.png');
background-repeat: no-repeat;
background-position: 4px 8px;
width: 100%;
« no previous file with comments | « chrome/browser/resources/file_manager/images/mediaplayer_vol_mute.png ('k') | chrome/browser/resources/mediaplayer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698