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

Unified Diff: chrome/browser/resources/net_internals/main.css

Issue 8741009: ONC import option to chromeos tab in chrome://net-internals (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: move status text to js Created 9 years 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/main.css
===================================================================
--- chrome/browser/resources/net_internals/main.css (revision 112661)
+++ chrome/browser/resources/net_internals/main.css (working copy)
@@ -57,8 +57,9 @@
#test-view-tab-content,
#hsts-view-tab-content,
#http-throttling-view-tab-content,
+#logs-view-tab-content,
#prerender-view-tab-content,
-#logs-view-tab-content {
+#chromeos-view-tab-content {
overflow: auto;
padding: 10px;
}
@@ -67,7 +68,7 @@
* Styles for TABLE that uses a thin collapsed border.
*/
table.styledTable {
- border-collapse:collapse;
+ border-collapse: collapse;
}
table.styledTable,

Powered by Google App Engine
This is Rietveld 408576698