Title: [88948] trunk/Source/WebCore
Revision
88948
Author
jer.no...@apple.com
Date
2011-06-15 09:51:31 -0700 (Wed, 15 Jun 2011)

Log Message

2011-06-15  Jer Noble  <jer.no...@apple.com>

        Reviewed by Timothy Hatcher.

        Full-screen live streams have status text in wrong location
        https://bugs.webkit.org/show_bug.cgi?id=62733

        Fix a misspelling in the user-agent stylesheet for full-screen mode.

        * css/fullscreenQuickTime.css:
        (video:-webkit-full-screen::-webkit-media-controls-status-display):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88947 => 88948)


--- trunk/Source/WebCore/ChangeLog	2011-06-15 16:45:11 UTC (rev 88947)
+++ trunk/Source/WebCore/ChangeLog	2011-06-15 16:51:31 UTC (rev 88948)
@@ -1,3 +1,15 @@
+2011-06-15  Jer Noble  <jer.no...@apple.com>
+
+        Reviewed by Timothy Hatcher.
+
+        Full-screen live streams have status text in wrong location
+        https://bugs.webkit.org/show_bug.cgi?id=62733
+
+        Fix a misspelling in the user-agent stylesheet for full-screen mode.
+
+        * css/fullscreenQuickTime.css:
+        (video:-webkit-full-screen::-webkit-media-controls-status-display):
+
 2011-06-14  Jer Noble  <jer.no...@apple.com>
 
         Reviewed by Eric Carlson.

Modified: trunk/Source/WebCore/css/fullscreenQuickTime.css (88947 => 88948)


--- trunk/Source/WebCore/css/fullscreenQuickTime.css	2011-06-15 16:45:11 UTC (rev 88947)
+++ trunk/Source/WebCore/css/fullscreenQuickTime.css	2011-06-15 16:51:31 UTC (rev 88948)
@@ -161,7 +161,7 @@
     right: 8px;
 }
 
-video:-webkit-full-screen::video::-webkit-media-controls-status-display {
+video:-webkit-full-screen::-webkit-media-controls-status-display {
     width: 420px;
     position: absolute;
     bottom: 9px;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to