Changeset 143567 in webkit


Ignore:
Timestamp:
Feb 20, 2013 11:33:23 PM (11 years ago)
Author:
pfeldman@chromium.org
Message:

Web Inspector: debugger buttons are scrolled along with the sidebar content.
https://bugs.webkit.org/show_bug.cgi?id=110434

Reviewed by Vsevolod Vlasov.

  • inspector/front-end/scriptsPanel.css:

(div.sidebar-pane-stack#scripts-debug-sidebar-contents, #scripts-sidebar-stack-pane):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r143565 r143567  
     12013-02-20  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Web Inspector: debugger buttons are scrolled along with the sidebar content.
     4        https://bugs.webkit.org/show_bug.cgi?id=110434
     5
     6        Reviewed by Vsevolod Vlasov.
     7
     8        * inspector/front-end/scriptsPanel.css:
     9        (div.sidebar-pane-stack#scripts-debug-sidebar-contents, #scripts-sidebar-stack-pane):
     10
    1112013-02-20  Wei James  <james.wei@intel.com>
    212
  • trunk/Source/WebCore/inspector/front-end/scriptsPanel.css

    r143227 r143567  
    305305}
    306306
    307 #scripts-sidebar-stack-pane {
     307div.sidebar-pane-stack#scripts-debug-sidebar-contents, #scripts-sidebar-stack-pane {
     308    top: 23px;
    308309    overflow: auto;
    309     top: 23px;
    310 }
    311 
    312 div.sidebar-pane-stack#scripts-debug-sidebar-contents {
    313     top: 23px;
    314 }
     310}
Note: See TracChangeset for help on using the changeset viewer.