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

Unified Diff: chrome/browser/resources/performance_monitor/chart.css

Issue 10679009: Revision to CPM UI using Flot and JQuery (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: New version with comments, event changes, etc. Created 8 years, 6 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698