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

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

Issue 9521006: Cleanup some classnames to match style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase off head 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/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>
« no previous file with comments | « chrome/browser/resources/net_internals/events_view.html ('k') | chrome/browser/resources/net_internals/hsts_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698