Title: [182813] trunk/Source/WebCore
Revision
182813
Author
roger_f...@apple.com
Date
2015-04-14 14:42:00 -0700 (Tue, 14 Apr 2015)

Log Message

Unreviewed. Time numbers on media controls move as they update on OSX.
<rdar://problem/20141790>.

* Modules/mediacontrols/mediaControlsApple.css:
(audio::-webkit-media-controls-current-time-display):
(audio::-webkit-media-controls-time-remaining-display):
Don't bother justifying content to end. We size the box to fit the time displays exactly anyways.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (182812 => 182813)


--- trunk/Source/WebCore/ChangeLog	2015-04-14 21:35:02 UTC (rev 182812)
+++ trunk/Source/WebCore/ChangeLog	2015-04-14 21:42:00 UTC (rev 182813)
@@ -1,5 +1,15 @@
 2015-04-14  Roger Fong  <roger_f...@apple.com>
 
+        Unreviewed. Time numbers on media controls move as they update on OSX.
+        <rdar://problem/20141790>.
+
+        * Modules/mediacontrols/mediaControlsApple.css:
+        (audio::-webkit-media-controls-current-time-display):
+        (audio::-webkit-media-controls-time-remaining-display):
+        Don't bother justifying content to end. We size the box to fit the time displays exactly anyways.
+
+2015-04-14  Roger Fong  <roger_f...@apple.com>
+
         Insert volume control in correct place after exiting wireless play.
         https://bugs.webkit.org/show_bug.cgi?id=143721.
         <rdar://problem/20526106>

Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css (182812 => 182813)


--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css	2015-04-14 21:35:02 UTC (rev 182812)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css	2015-04-14 21:42:00 UTC (rev 182813)
@@ -492,8 +492,6 @@
     margin-right: 8px;
     width: 32px;
     min-width: 32px;
-    -webkit-align-items: flex-end;
-    -webkit-justify-content: flex-end;
 }
 
 video::-webkit-media-controls-time-remaining-display,
@@ -502,8 +500,6 @@
     margin-right: 16px;
     width: 36px;
     min-width: 36px;
-    -webkit-align-items: flex-start;
-    -webkit-justify-content: flex-start;
 }
 
 video::-webkit-media-controls-time-remaining-display.five-digit-time,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to