Skip to content
  • commit-queue@webkit.org's avatar
    Web Inspector: Toolbar icons are displayed incorrectly · c1c1b324
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=114792
    
    Patch by Seokju Kwon <seokju.kwon@gmail.com> on 2013-04-18
    Reviewed by Timothy Hatcher.
    
    Inspector uses small toolbar icons when docking the inspector.
    So icons should have different x position.
    
    No tests because no behavior change is expected.
    
    * inspector/front-end/inspector.css: Add missing 'background-position-x' values.
    (body.dock-to-bottom .toolbar-item.profiles .toolbar-icon):
    (body.dock-to-bottom .toolbar-item.cpu-profiler .toolbar-icon):
    (body.dock-to-bottom .toolbar-item.css-profiler .toolbar-icon):
    (body.dock-to-bottom .toolbar-item.heap-profiler .toolbar-icon):
    (body.dock-to-bottom .toolbar-item.canvas-profiler .toolbar-icon):
    (body.dock-to-bottom .toolbar-item.memory-chart-profiler .toolbar-icon):
    (body.dock-to-bottom .toolbar-item.memory-snapshot-profiler .toolbar-icon):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@148668 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c1c1b324