Title: [184994] trunk/Source/WebCore
Revision
184994
Author
[email protected]
Date
2015-05-29 11:14:25 -0700 (Fri, 29 May 2015)

Log Message

Unreviewed. Shift fullscreen controls down 20px.
<rdar://problem/21161523>

* Modules/mediacontrols/mediaControlsApple.css:
(video:-webkit-full-screen::-webkit-media-controls-panel):
Fullscreen control panel is too high and overlaps with caption menu.
Shift it down 20px.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (184993 => 184994)


--- trunk/Source/WebCore/ChangeLog	2015-05-29 18:05:51 UTC (rev 184993)
+++ trunk/Source/WebCore/ChangeLog	2015-05-29 18:14:25 UTC (rev 184994)
@@ -1,3 +1,13 @@
+2015-05-29  Roger Fong  <[email protected]>
+
+        Unreviewed. Shift fullscreen controls down 20px.
+        <rdar://problem/21161523>
+
+        * Modules/mediacontrols/mediaControlsApple.css:
+        (video:-webkit-full-screen::-webkit-media-controls-panel):
+        Fullscreen control panel is too high and overlaps with caption menu.
+        Shift it down 20px.
+
 2015-05-28  Simon Fraser  <[email protected]>
 
         Some assertion failures in compositing code after r183820

Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css (184993 => 184994)


--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css	2015-05-29 18:05:51 UTC (rev 184993)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css	2015-05-29 18:14:25 UTC (rev 184994)
@@ -620,7 +620,7 @@
     
     width: 480px !important;
     height: 104px !important;
-    margin: 0 auto 32px auto !important;
+    margin: 0 auto 12px auto !important;
     padding: 20px;
     padding-top: 30px !important;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to