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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/networkPanel.css

Issue 2057243003: DevTools: [network] Show request start time in timing table (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Common.UIString Created 3 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/RequestTimingView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css b/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
index 7b8ee12592e5bf78e7375ed2add036aff637dad6..03a4cbe1f4e1cf92f6e531df31f1a7616e39f35a 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
@@ -63,12 +63,18 @@
border-spacing: 0;
padding-left: 10px;
padding-right: 10px;
+ line-height: initial;
+}
+
+.network-timing-start {
+ border-top: 5px solid transparent;
+}
+.network-timing-table-header td, .network-timing-footer td {
+ border-top: 10px solid transparent;
}
.network-timing-table-header td {
color: #bbb;
- border-top: 5px solid transparent;
- border-bottom: 5px solid transparent;
}
.network-timing-table-header td:last-child {
@@ -76,7 +82,7 @@
}
.network-timing-table col.labels {
- width: 120px;
+ width: 156px;
}
.network-timing-table col.duration {
@@ -99,10 +105,6 @@
background-image: linear-gradient(to right, #eee, #bbb, #eee);
}
-.network-timing-footer td {
- border-top: 8px solid transparent;
-}
-
.network-timing-footer td:last-child {
font-weight: bold;
text-align: right;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/RequestTimingView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698