| Index: chrome/browser/resources/net_internals/export_view.html
|
| diff --git a/chrome/browser/resources/net_internals/export_view.html b/chrome/browser/resources/net_internals/export_view.html
|
| index dd6f0d8e58428364cd689ed9c45e6e5dccf608c7..8a17a0471a378a521eed68379d7045c7a46c041c 100644
|
| --- a/chrome/browser/resources/net_internals/export_view.html
|
| +++ b/chrome/browser/resources/net_internals/export_view.html
|
| @@ -10,9 +10,14 @@
|
| border: 1px solid red;
|
| }
|
|
|
| +#export-view-save-log-file {
|
| + font-size: 100%;
|
| + font-weight: bold;
|
| +}
|
| +
|
| </style>
|
|
|
| -<div id=export-view-tab-content>
|
| +<div id=export-view-tab-content class=content-box>
|
|
|
| <h2>Dump data</h2>
|
| <div style="margin: 8px">
|
| @@ -27,7 +32,7 @@
|
| </p>
|
| <textarea cols=50 rows=5 placeholder="Explain what went wrong here. (These notes will be included in the dump file. Be sure to mention the specific URLs, so investigators know what to look for!)" id=export-view-user-comments></textarea>
|
| <div>
|
| - <button id=export-view-save-log-file class=bigButton>Dump to file</button>
|
| + <button id=export-view-save-log-file>Dump to file</button>
|
| </div>
|
| <pre id=export-view-save-status-text></pre>
|
|
|
|
|