Title: [154510] branches/safari-537.60-branch/Source/WebCore
- Revision
- 154510
- Author
- [email protected]
- Date
- 2013-08-23 13:00:52 -0700 (Fri, 23 Aug 2013)
Log Message
Merged r153909. <rdar://problem/14814372>
Modified Paths
Diff
Modified: branches/safari-537.60-branch/Source/WebCore/ChangeLog (154509 => 154510)
--- branches/safari-537.60-branch/Source/WebCore/ChangeLog 2013-08-23 19:41:54 UTC (rev 154509)
+++ branches/safari-537.60-branch/Source/WebCore/ChangeLog 2013-08-23 20:00:52 UTC (rev 154510)
@@ -1,3 +1,21 @@
+2013-08-23 Lucas Forschler <[email protected]>
+
+ Merge r153909
+
+ 2013-08-09 Dean Jackson <[email protected]>
+
+ Captions menu needs to reset text-align
+ https://bugs.webkit.org/show_bug.cgi?id=119637
+
+ Reviewed by Eric Carlson.
+
+ Reset the text-align property on the menu so that it
+ doesn't get the inherited value. The full fix for all
+ controls is http://webkit.org/b/116100.
+
+ * css/mediaControlsQuickTime.css:
+ (video::-webkit-media-controls-closed-captions-container):
+
2013-08-16 Lucas Forschler <[email protected]>
Merge r154147
Modified: branches/safari-537.60-branch/Source/WebCore/css/mediaControlsQuickTime.css (154509 => 154510)
--- branches/safari-537.60-branch/Source/WebCore/css/mediaControlsQuickTime.css 2013-08-23 19:41:54 UTC (rev 154509)
+++ branches/safari-537.60-branch/Source/WebCore/css/mediaControlsQuickTime.css 2013-08-23 20:00:52 UTC (rev 154510)
@@ -261,6 +261,7 @@
border-radius: 10px;
cursor: default;
z-index: 2;
+ text-align: initial;
}
video::-webkit-media-controls-closed-captions-track-list {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes