| Index: chrome/browser/resources/net_internals/logs_view.html
|
| diff --git a/chrome/browser/resources/net_internals/logs_view.html b/chrome/browser/resources/net_internals/logs_view.html
|
| index ddfb6d60f88d8af66e9e327d0349e08a92ef7977..a97cd0b474dd4d5f25e994c93cc1c08399f72379 100644
|
| --- a/chrome/browser/resources/net_internals/logs_view.html
|
| +++ b/chrome/browser/resources/net_internals/logs_view.html
|
| @@ -1,12 +1,12 @@
|
| <!-- ============================ Logs View ============================ -->
|
|
|
| -<div id=logs-view-tab-content style="display: none;">
|
| +<div id=logs-view-tab-content style="display: none;" class=content-box>
|
| <h4>Network Log Data</h4>
|
| <button id=logs-view-global-show-btn class=logs-view-global-button>Show all...</button>
|
| <button id=logs-view-global-hide-btn class=logs-view-global-button>Hide all...</button>
|
| <button id=logs-view-refresh-btn class=logs-view-global-button>Refresh logs...</button>
|
| <div style="clear: both"></div>
|
| - <table width=100% class=styledTable>
|
| + <table width=100% class=styled-table>
|
| <thead>
|
| <tr id=logs-view-log-table-header-row>
|
| <th width=10%>Log Name</th>
|
|
|