Changeset 146214 in webkit
- Timestamp:
- Mar 19, 2013, 9:56:46 AM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r146213 r146214 1 2013-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 1 14 2013-03-19 Max Vujovic <mvujovic@adobe.com> 2 15 -
trunk/Source/WebCore/inspector/front-end/dataGrid.css
r143186 r146214 17 17 border-collapse: collapse; 18 18 width: 100%; 19 font-size: 1 0px;19 font-size: 11px; 20 20 font-family: Lucida Grande, sans-serif; 21 21 } -
trunk/Source/WebCore/inspector/front-end/nativeMemoryProfiler.css
r145943 r146214 74 74 } 75 75 76 .native-snapshot-view .data-grid table {77 font-size: 11px;78 }79 80 76 .native-snapshot-view .data-grid td { 81 77 height: 14px; -
trunk/Source/WebCore/inspector/front-end/networkLogView.css
r143902 r146214 6 6 right: 0; 7 7 bottom: 0; 8 font-size: 11px;9 8 } 10 9 … … 12 11 -webkit-background-size: 1px 82px; 13 12 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;15 13 } 16 14 … … 33 31 border-bottom: 1px solid rgb(64%, 64%, 64%); 34 32 height: 30px; 35 font-size: 11px;36 33 font-weight: bold; 37 34 } … … 58 55 border: none; 59 56 width: 100%; 60 font-size: 11px;61 57 font-weight: bold; 62 58 } … … 491 487 height: 20px !important; 492 488 border: none; 493 font-size: 11px;494 489 font-weight: bold; 495 490 padding: 0 0 0 8px; -
trunk/Source/WebCore/inspector/front-end/networkPanel.css
r145943 r146214 296 296 .resource-websocket .data-grid .data { 297 297 background-image: none; 298 font-size: 11px;299 298 } 300 299
Note:
See TracChangeset
for help on using the changeset viewer.