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

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

Issue 949203002: Separate the text track container from the media controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address nits Created 5 years, 9 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 | « LayoutTests/media/track/track-cue-rendering-vertical.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/mediaControls.css
diff --git a/Source/core/css/mediaControls.css b/Source/core/css/mediaControls.css
index f9fbaaa3ee9e644c78e3b9d5be48c956c4e1eefa..af63bdeb438449e226219451f6bce73362d03926 100644
--- a/Source/core/css/mediaControls.css
+++ b/Source/core/css/mediaControls.css
@@ -344,9 +344,9 @@ audio::-webkit-media-controls-fullscreen-volume-max-button, video::-webkit-media
video::-webkit-media-text-track-container {
position: relative;
- width: 100%;
+ width: inherit;
+ height: inherit;
overflow: hidden;
- padding-bottom: 5px;
font: 22px sans-serif;
text-align: center;
@@ -360,8 +360,6 @@ video::-webkit-media-text-track-container {
pointer-events: none;
-webkit-user-select: none;
word-break: break-word;
-
- flex: 1 1;
}
video::cue {
« no previous file with comments | « LayoutTests/media/track/track-cue-rendering-vertical.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698