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

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

Issue 1156993013: New media playback UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified css. Created 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/mediaControlsNew.css
diff --git a/Source/core/css/mediaControlsNew.css b/Source/core/css/mediaControlsNew.css
index e28841353caea94a6597d13ea457fc476b5bf7f2..10196f6c4ef382d9743441072ec7cbedc9f082c1 100644
--- a/Source/core/css/mediaControlsNew.css
+++ b/Source/core/css/mediaControlsNew.css
@@ -55,7 +55,7 @@ audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure
bottom: 0;
text-indent: 0;
padding: 0;
- margin: 0;
+ margin: 0px 0px -0.2px 0px;
box-sizing: border-box;
}
@@ -70,6 +70,7 @@ audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
-webkit-user-select: none;
position: relative;
width: 100%;
+ margin: 0px 0px -0.2px 0px;
z-index: 0;
overflow: hidden;
text-align: right;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698