Changeset 147474 in webkit


Ignore:
Timestamp:
Apr 2, 2013 11:32:57 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: Adjust toolbar labels position
https://bugs.webkit.org/show_bug.cgi?id=113805

Patch by Alexei Filippov <alph@chromium.org> on 2013-04-02
Reviewed by Pavel Feldman.

Move the labels 1px up to make them centered.
Also fix font centering in native memory distribution snapshot.

  • inspector/front-end/inspector.css:

(.toolbar-label):

  • inspector/front-end/nativeMemoryProfiler.css:

(.native-snapshot-view .data-grid td):

Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r147471 r147474  
     12013-04-02  Alexei Filippov  <alph@chromium.org>
     2
     3        Web Inspector: Adjust toolbar labels position
     4        https://bugs.webkit.org/show_bug.cgi?id=113805
     5
     6        Reviewed by Pavel Feldman.
     7
     8        Move the labels 1px up to make them centered.
     9        Also fix font centering in native memory distribution snapshot.
     10
     11        * inspector/front-end/inspector.css:
     12        (.toolbar-label):
     13        * inspector/front-end/nativeMemoryProfiler.css:
     14        (.native-snapshot-view .data-grid td):
     15
    1162013-04-02  Beth Dakin  <bdakin@apple.com>
    217
  • trunk/Source/WebCore/inspector/front-end/inspector.css

    r147469 r147474  
    171171
    172172.toolbar-label {
    173     line-height: 23px;
     173    line-height: 22px;
    174174    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    175175}
  • trunk/Source/WebCore/inspector/front-end/nativeMemoryProfiler.css

    r146214 r147474  
    7676.native-snapshot-view .data-grid td {
    7777    height: 14px;
    78     line-height: 14px;
    7978    padding: 1px 4px;
    8079}
Note: See TracChangeset for help on using the changeset viewer.