Chromium Code Reviews| 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; |
|
philipj_slow
2015/02/26 09:51:52
I think these actually have no effect since the wi
|
| + height: inherit; |
| overflow: hidden; |
| - padding-bottom: 5px; |
|
philipj_slow
2015/02/26 09:51:52
I don't know why this was here.
fs
2015/02/26 12:30:51
I think this may have been used to get a "margin"
|
| 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 { |