Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: chrome/browser/resources/net_internals/logs_view.html

Issue 9521006: Cleanup some classnames to match style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a comment Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698