Changeset 88948 in webkit


Ignore:
Timestamp:
Jun 15, 2011 9:51:31 AM (13 years ago)
Author:
jer.noble@apple.com
Message:

2011-06-15 Jer Noble <jer.noble@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):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r88945 r88948  
     12011-06-15  Jer Noble  <jer.noble@apple.com>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        Full-screen live streams have status text in wrong location
     6        https://bugs.webkit.org/show_bug.cgi?id=62733
     7
     8        Fix a misspelling in the user-agent stylesheet for full-screen mode.
     9
     10        * css/fullscreenQuickTime.css:
     11        (video:-webkit-full-screen::-webkit-media-controls-status-display):
     12
    1132011-06-14  Jer Noble  <jer.noble@apple.com>
    214
  • trunk/Source/WebCore/css/fullscreenQuickTime.css

    r87363 r88948  
    162162}
    163163
    164 video:-webkit-full-screen::video::-webkit-media-controls-status-display {
     164video:-webkit-full-screen::-webkit-media-controls-status-display {
    165165    width: 420px;
    166166    position: absolute;
Note: See TracChangeset for help on using the changeset viewer.