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

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

Issue 7530020: Re-design the "data" tab on about:net-internals. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Remove a TODO which I don't intend to do anymore Created 9 years, 5 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/main.css
===================================================================
--- chrome/browser/resources/net_internals/main.css (revision 94563)
+++ chrome/browser/resources/net_internals/main.css (working copy)
@@ -4,6 +4,11 @@
found in the LICENSE file.
*/
+/* TODO(eroman): Split this file up, so the styles are defined close to where
+ they are used. For instance, the proxy tab styles should
+ either be part of proxy_view.html, or proxy_view.css. Only
+ common styles should be declared here */
+
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
@@ -208,11 +213,14 @@
font-size: 10px;
}
+/* TODO(eroman): make this a classname instead */
#detailsLogBox,
#detailsTimelineBox,
#httpCacheTabContent,
#proxyTabContent,
-#dataTabContent,
+#captureTabContent,
+#importTabContent,
+#exportTabContent,
#dnsTabContent,
#socketsTabContent,
#spdyTabContent,
@@ -254,17 +262,6 @@
background: rgb(255,217,217);
}
-/*
- * This is the box in the top right of the Data tab which shows how many
- * events have been captured so far.
- */
-.capturingBox {
- border: 1px dashed black;
- display: inline-block;
- text-align: left;
- padding: 5px;
-}
-
/**
* Styling for an emphasized button.
*/

Powered by Google App Engine
This is Rietveld 408576698