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

Unified Diff: Source/devtools/front_end/network/networkLogView.css

Issue 710743005: DevTools: NetworkPanel: Fix timing bars alignment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/network/networkLogView.css
diff --git a/Source/devtools/front_end/network/networkLogView.css b/Source/devtools/front_end/network/networkLogView.css
index 2088c03b5632b04d767fde59e5cb8a600e25827c..3d471033e561919b4a8164e32d81475b303c714b 100644
--- a/Source/devtools/front_end/network/networkLogView.css
+++ b/Source/devtools/front_end/network/networkLogView.css
@@ -106,7 +106,7 @@
}
.network-log-grid.data-grid.small .network-graph-side {
- height: 14px;
+ height: 19px;
}
.network-log-grid.data-grid th.sortable:active {
@@ -258,11 +258,9 @@
.network-graph-side {
position: relative;
- height: 36px;
+ height: 39px;
padding: 0;
white-space: nowrap;
- margin-top: 1px;
- border-top: 1px solid transparent;
overflow: hidden;
}
@@ -334,12 +332,16 @@
content: url(Images/graphLabelCalloutRight.png);
}
+.small .network-graph-bar {
+ top: 3px;
+ bottom: 3px;
+}
+
.network-graph-bar {
position: absolute;
- top: 0;
- bottom: 0;
- margin: auto -1px;
- height: 12px;
+ top: 13px;
+ bottom: 13px;
+ margin-left: -1px;
min-width: 2px;
border-width: 1px;
border-style: solid;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698