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

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

Issue 8680003: Clean-up: Change chrome/browser's CSS time units from s to ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reverting change to 1.8s -> 1800ms in print_preview.css Created 9 years, 1 month 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/mediaplayer.html
diff --git a/chrome/browser/resources/file_manager/mediaplayer.html b/chrome/browser/resources/file_manager/mediaplayer.html
index ba7d77f850d9d3981f4306a8f6a7d48d858e35bf..00caf24742ebceade4dd5c3535b46972720c1079 100644
--- a/chrome/browser/resources/file_manager/mediaplayer.html
+++ b/chrome/browser/resources/file_manager/mediaplayer.html
@@ -59,7 +59,7 @@ body {
.videocontrols {
top: 0;
- -webkit-transition: top 0.5s ease-out;
+ -webkit-transition: top 500ms ease-out;
left: 0;
z-index: 999;
height: 100%;
« no previous file with comments | « chrome/browser/resources/file_manager/js/image_editor/gallery.css ('k') | chrome/browser/resources/new_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698