Skip to content
  • commit-queue@webkit.org's avatar
    [EFL] Remove duplicated CSS between mediaControlsEfl.css and mediaControlsEflFullscreen.css · 76858e74
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=97770
    
    Patch by Christophe Dumez <christophe.dumez@intel.com> on 2012-09-27
    Reviewed by Kenneth Rohde Christiansen.
    
    Some CSS rules were duplicated between mediaControlsEfl.css and mediaControlsEflFullscreen.css
    for no reason. This is an issue because it is easy to update mediaControlsEfl.css and forget
    to make the same update to mediaControlsEflFullscreen.css. As a matter of fact, the timeline
    display in fullscreen is currently off by a few pixels because its fullscreen CSS is not in
    sync with what is in mediaControlsEfl.css.
    
    We need to include in mediaControlsEflFullscreen.css only the CSS rules that are specific to
    fullscreen mode, that is to say, the hiding of some controls.
    
    No new tests, no behavior change for layout tests.
    
    * css/mediaControlsEflFullscreen.css:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129754 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    76858e74