Changeset 52214 in webkit


Ignore:
Timestamp:
Dec 16, 2009 12:59:04 PM (14 years ago)
Author:
bweinstein@apple.com
Message:

Fixes <https://bugs.webkit.org/show_bug.cgi?id=32621>.
Web Inspector: [REGRESSION (52095-52100)] Resources filter disappears when switching
from / to resources panel.

Reviewed by Pavel Feldman.

Changed style in sidebar-resizer-vertical, because if the min-height was 100%, we start
to cover the scope bar.

  • inspector/front-end/inspector.css:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r52213 r52214  
     12009-12-16  Brian Weinstein  <bweinstein@apple.com>
     2
     3        Reviewed by Pavel Feldman.
     4
     5        Fixes <https://bugs.webkit.org/show_bug.cgi?id=32621>.
     6        Web Inspector: [REGRESSION (52095-52100)] Resources filter disappears when switching
     7        from / to resources panel.
     8
     9        Changed style in sidebar-resizer-vertical, because if the min-height was 100%, we start
     10        to cover the scope bar.
     11
     12        * inspector/front-end/inspector.css:
     13
    1142009-12-16  Dimitri Glazkov  <dglazkov@chromium.org>
    215
  • trunk/WebCore/inspector/front-end/inspector.css

    r52203 r52214  
    28512851    position: absolute;
    28522852    top: 0;
    2853     min-height: 100%;
     2853    bottom: 0;
    28542854    width: 5px;
    28552855    z-index: 500;
Note: See TracChangeset for help on using the changeset viewer.