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

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

Issue 7067020: Moving mediaplayer to the chrome filebrowser. Observable behaviour should not change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed style errors and localized strings. 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 7b05df4a2d744f42cf805911b48ce5563a3fc267..c97bc0863fda2e70ee408cb9c14e828cbb0344aa 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%;

Powered by Google App Engine
This is Rietveld 408576698