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

Unified Diff: ui/file_manager/video_player/video_player.html

Issue 313273002: Video Player: Supports multiple files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the comments Created 6 years, 6 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
« no previous file with comments | « ui/file_manager/video_player/js/video_player.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/video_player.html
diff --git a/ui/file_manager/video_player/video_player.html b/ui/file_manager/video_player/video_player.html
index a80d0c3dd11b18fd6f76a0cda7d9810d3deeecb9..5abe987b83cf6a098d1389eb533c4285b14ed0af 100644
--- a/ui/file_manager/video_player/video_player.html
+++ b/ui/file_manager/video_player/video_player.html
@@ -11,6 +11,7 @@
href="../file_manager/foreground/css/media_controls.css">
<link rel="stylesheet" type="text/css" href="css/video_player.css">
<link rel="stylesheet" type="text/css" href="css/header.css">
+ <link rel="stylesheet" type="text/css" href="css/arrow_box.css">
<script src="js/video_player_scripts.js"></script>
</head>
@@ -27,6 +28,11 @@
<div id="controls-wrapper">
<div id="controls" class="tool"></div>
</div>
+ <div class="arrow-box">
+ <div class="arrow left tool"><div></div></div>
+ <div class="arrow-spacer"></div>
+ <div class="arrow right tool"><div></div></div>
+ </div>
<div id="error-wrapper">
<div id="error"></div>
</div>
« no previous file with comments | « ui/file_manager/video_player/js/video_player.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698