Changeset 146214 in webkit


Ignore:
Timestamp:
Mar 19, 2013, 9:56:46 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: Increase DataGrid default font size.
https://bugs.webkit.org/show_bug.cgi?id=112692

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

The default font of 10px is too small. Most instances of DataGrid set
font to 11px.

  • inspector/front-end/dataGrid.css:

(.data-grid table):

Location:
trunk/Source/WebCore
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r146213 r146214  
     12013-03-19  Alexei Filippov  <alph@chromium.org>
     2
     3        Web Inspector: Increase DataGrid default font size.
     4        https://bugs.webkit.org/show_bug.cgi?id=112692
     5
     6        Reviewed by Pavel Feldman.
     7
     8        The default font of 10px is too small. Most instances of DataGrid set
     9        font to 11px.
     10
     11        * inspector/front-end/dataGrid.css:
     12        (.data-grid table):
     13
    1142013-03-19  Max Vujovic  <mvujovic@adobe.com>
    215
  • trunk/Source/WebCore/inspector/front-end/dataGrid.css

    r143186 r146214  
    1717    border-collapse: collapse;
    1818    width: 100%;
    19     font-size: 10px;
     19    font-size: 11px;
    2020    font-family: Lucida Grande, sans-serif;
    2121}
  • trunk/Source/WebCore/inspector/front-end/nativeMemoryProfiler.css

    r145943 r146214  
    7474}
    7575
    76 .native-snapshot-view .data-grid table {
    77     font-size: 11px;
    78 }
    79 
    8076.native-snapshot-view .data-grid td {
    8177    height: 14px;
  • trunk/Source/WebCore/inspector/front-end/networkLogView.css

    r143902 r146214  
    66    right: 0;
    77    bottom: 0;
    8     font-size: 11px;
    98}
    109
     
    1211    -webkit-background-size: 1px 82px;
    1312    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
    14     font-size: 11px;
    1513}
    1614
     
    3331    border-bottom: 1px solid rgb(64%, 64%, 64%);
    3432    height: 30px;
    35     font-size: 11px;
    3633    font-weight: bold;
    3734}
     
    5855    border: none;
    5956    width: 100%;
    60     font-size: 11px;
    6157    font-weight: bold;
    6258}
     
    491487    height: 20px !important;
    492488    border: none;
    493     font-size: 11px;
    494489    font-weight: bold;
    495490    padding: 0 0 0 8px;
  • trunk/Source/WebCore/inspector/front-end/networkPanel.css

    r145943 r146214  
    296296.resource-websocket .data-grid .data {
    297297    background-image: none;
    298     font-size: 11px;
    299298}
    300299
Note: See TracChangeset for help on using the changeset viewer.