| Index: chrome/browser/resources/mediaplayer.html
|
| ===================================================================
|
| --- chrome/browser/resources/mediaplayer.html (revision 52142)
|
| +++ chrome/browser/resources/mediaplayer.html (working copy)
|
| @@ -133,11 +133,11 @@
|
| }
|
|
|
| .soundiconhigh {
|
| - background: url('../../app/theme/mediaplayer_vol_high.png');
|
| + background: url('shared/images/mediaplayer_vol_high.png');
|
| }
|
|
|
| .soundiconmuted {
|
| - background: url('../../app/theme/mediaplayer_vol_mute.png');
|
| + background: url('shared/images/mediaplayer_vol_mute.png');
|
| }
|
|
|
| .soundiconhigh,
|
| @@ -170,7 +170,7 @@
|
| }
|
|
|
| .fullscreenicon {
|
| - background: url('../../app/theme/mediaplayer_full_screen.png');
|
| + background: url('shared/images/mediaplayer_full_screen.png');
|
| background-repeat: no-repeat;
|
| background-position: 6px 8px;
|
| }
|
| @@ -193,7 +193,7 @@
|
| }
|
|
|
| .playicon {
|
| - background: url('../../app/theme/mediaplayer_play.png');
|
| + background: url('shared/images/mediaplayer_play.png');
|
| background-repeat: no-repeat;
|
| background-position: 9px 8px;
|
| }
|
| @@ -207,7 +207,7 @@
|
| }
|
|
|
| .pauseicon {
|
| - background: url('../../app/theme/mediaplayer_pause.png');
|
| + background: url('shared/images/mediaplayer_pause.png');
|
| background-repeat: no-repeat;
|
| background-position: 9px 8px;
|
| }
|
| @@ -220,7 +220,7 @@
|
| }
|
|
|
| .previcon {
|
| - background: url('../../app/theme/mediaplayer_prev.png');
|
| + background: url('shared/images/mediaplayer_prev.png');
|
| background-repeat: no-repeat;
|
| background-position: 6px 8px;
|
| }
|
| @@ -259,7 +259,7 @@
|
| }
|
|
|
| .nexticon {
|
| - background: url('../../app/theme/mediaplayer_next.png');
|
| + background: url('shared/images/mediaplayer_next.png');
|
| background-repeat: no-repeat;
|
| background-position: 6px 8px;
|
| }
|
| @@ -273,7 +273,7 @@
|
| }
|
|
|
| .playlisticon {
|
| - background: url('../../app/theme/mediaplayer_playlist.png');
|
| + background: url('shared/images/mediaplayer_playlist.png');
|
| background-repeat: no-repeat;
|
| background-position: 6px 8px;
|
| }
|
| @@ -301,7 +301,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>
|
|
|
| function $(o) {
|
|
|