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

Unified Diff: Source/core/css/fullscreen.css

Issue 22454003: Support subtitles for native fullscreen video (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | « no previous file | Source/core/dom/Element.h » ('j') | Source/core/page/FrameView.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/fullscreen.css
diff --git a/Source/core/css/fullscreen.css b/Source/core/css/fullscreen.css
index c7c2dcd256e56e86de212ac4a95b7e35c1a6af74..daa924607515b479bf00290391fb8edce318dfe9 100644
--- a/Source/core/css/fullscreen.css
+++ b/Source/core/css/fullscreen.css
@@ -23,7 +23,7 @@
video:-webkit-full-screen, audio:-webkit-full-screen {
background-color: transparent !important;
- position: static !important;
+ position: relative !important;
margin: 0 !important;
height: 100% !important;
width: 100% !important;
« no previous file with comments | « no previous file | Source/core/dom/Element.h » ('j') | Source/core/page/FrameView.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698