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 { |