Chromium Code Reviews| Index: chrome/browser/resources/performance_monitor/chart.css |
| diff --git a/chrome/browser/resources/performance_monitor/chart.css b/chrome/browser/resources/performance_monitor/chart.css |
| index d1e7b31f3bcd9febc341d1a0ed6df0b6ff3fec13..a7aa65679b1ad364155d0b989f5eb51bcf12aa13 100644 |
| --- a/chrome/browser/resources/performance_monitor/chart.css |
| +++ b/chrome/browser/resources/performance_monitor/chart.css |
| @@ -30,6 +30,13 @@ div.chart { |
| width: 900px; |
| } |
| +div.event-label { |
| + background: #fff; |
| + border: 1px solid; |
| + font: 0.6em; |
| + position: absolute; |
| +} |
| + |
| .hidden { |
| visibility: hidden; |
| } |