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

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

Issue 10412040: Merge 116900 - Volume slider needs to be displayed below the mute button (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 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/css/mediaControlsChromium.css ('k') | Source/WebCore/html/shadow/MediaControlElements.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/css/mediaControlsQuickTime.css
===================================================================
--- Source/WebCore/css/mediaControlsQuickTime.css (revision 118042)
+++ Source/WebCore/css/mediaControlsQuickTime.css (working copy)
@@ -50,7 +50,7 @@
border: none !important;
position: relative;
- z-index: 2;
+ z-index: 1;
}
audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
@@ -204,7 +204,7 @@
position: absolute;
bottom: 0px;
- z-index: 1;
+ z-index: 2;
width: 22px;
height: 114px;
@@ -221,3 +221,21 @@
width: 10px;
height: 80px;
}
+
+audio::-webkit-media-controls-volume-slider-mute-button, video::-webkit-media-controls-volume-slider-mute-button {
+ -webkit-appearance: media-volume-slider-mute-button;
+ display: inline;
+
+ position: absolute;
+
+ bottom: 7px;
+ left: 0px;
+
+ width: 14px;
+ height: 12px;
+
+ margin-left: 2px;
+ margin-right: 9px;
+
+ border: none !important;
+}
« no previous file with comments | « Source/WebCore/css/mediaControlsChromium.css ('k') | Source/WebCore/html/shadow/MediaControlElements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698