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

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

Issue 8474001: Add a timeline view to about:net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Comment fix Created 9 years, 1 month 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/events_view.css
===================================================================
--- chrome/browser/resources/net_internals/events_view.css (revision 110334)
+++ chrome/browser/resources/net_internals/events_view.css (working copy)
@@ -99,33 +99,3 @@
#events-view-source-list-tbody .source_NONE {
color: red;
}
-
-.events-view-tab-switcher {
- margin-top: 10px;
- margin-left: 10px;
-}
-
-.events-view-tab-switcher th {
- background: rgb(229,236,249);
- cursor: pointer;
- background-clip: border-box;
- border-top-left-radius: 5px 5px;
- border-top-right-radius: 5px 5px;
- padding-left: 4px;
- padding-top: 4px;
- padding-right: 4px;
- font-size: 12px;
- margin-left: 30px;
-}
-
-.events-view-tab-switcher th.selected, .events-view-tab-switcher-line {
- background: rgb(195,217,255);
-}
-
-.events-view-tab-switcher-line {
- height: 10px;
-}
-
-#events-view-details-tab-handles {
- border: 1px solid white;
-}
« no previous file with comments | « chrome/browser/resources/net_internals/dns_view.js ('k') | chrome/browser/resources/net_internals/events_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698