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

Unified Diff: Source/WebCore/css/mediaControlsChromium.css

Issue 6880352: Merge 85290 - 2011-04-28 Steve Lacey <sjl@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 8 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 | « Source/WebCore/ChangeLog ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/css/mediaControlsChromium.css
===================================================================
--- Source/WebCore/css/mediaControlsChromium.css (revision 85485)
+++ Source/WebCore/css/mediaControlsChromium.css (working copy)
@@ -103,6 +103,10 @@
overflow: hidden;
cursor: default;
+ position: absolute;
+ top: 6px;
+ right: 0;
+
line-height: 21px;
height: 20px;
width: 58px;
@@ -156,8 +160,13 @@
box-sizing: border-box;
-webkit-box-flex: 1;
+ position: absolute;
+ top: 7px;
+ left: 6px;
+ right: 64px;
+
padding: 0px;
- margin: 0px 6px;
+ margin: 0px;
height: 18px;
border-color: rgba(255, 255, 255, 0.2);
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698