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

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

Issue 471703003: DevTools: NetworkPanel: fix timeline bar labels vertical alignment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | « 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/networkLogView.css
diff --git a/Source/devtools/front_end/networkLogView.css b/Source/devtools/front_end/networkLogView.css
index 957014e1c7921086b9f42778384dc5cfd11d6127..d361cf379da4eee697e0e898670155fe0e6bde98 100644
--- a/Source/devtools/front_end/networkLogView.css
+++ b/Source/devtools/front_end/networkLogView.css
@@ -291,6 +291,7 @@
bottom: 0;
height: 13px;
line-height: 13px;
+ margin: auto;
font-size: 90%;
color: rgba(0, 0, 0, 0.75);
text-shadow: rgba(255, 255, 255, 0.25) 1px 0 0, rgba(255, 255, 255, 0.25) -1px 0 0, rgba(255, 255, 255, 0.333) 0 1px 0, rgba(255, 255, 255, 0.25) 0 -1px 0;
@@ -316,7 +317,7 @@
color: rgba(0, 0, 0, 0.7);
text-shadow: none;
text-align: right;
- margin-right: -2px;
+ margin-right: -1px;
pfeldman 2014/08/14 08:36:17 Is this intended?
eustas 2014/08/14 09:29:46 Yes. To make left and right labels handles equally
}
.network-graph-label.before::after {
« 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