Changeset 87068 in webkit


Ignore:
Timestamp:
May 23, 2011 5:05:07 AM (13 years ago)
Author:
caseq@chromium.org
Message:

2011-05-23 Andrey Kosyakov <caseq@chromium.org>

Reviewed by Yury Semikhatsky.

Web Inspector: keyboard shortcut panel is 1px too short
https://bugs.webkit.org/show_bug.cgi?id=61242

Fixed bottom margin of attached helpscreen so it's glued to status bar.

  • inspector/front-end/helpScreen.css: (body.attached .help-window-outer):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r87067 r87068  
     12011-05-23  Andrey Kosyakov  <caseq@chromium.org>
     2
     3        Reviewed by Yury Semikhatsky.
     4
     5        Web Inspector: keyboard shortcut panel is 1px too short
     6        https://bugs.webkit.org/show_bug.cgi?id=61242
     7
     8        Fixed bottom margin of attached helpscreen so it's glued to status bar.
     9
     10        * inspector/front-end/helpScreen.css:
     11        (body.attached .help-window-outer):
     12
    1132011-05-23  Kent Tamura  <tkent@chromium.org>
    214
  • trunk/Source/WebCore/inspector/front-end/helpScreen.css

    r80565 r87068  
    1212    left: 0;
    1313    width: 100%;
    14     bottom: 24px;
     14    bottom: 23px;
    1515}
    1616
Note: See TracChangeset for help on using the changeset viewer.