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

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: Final small fixes Created 8 years, 5 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 | chrome/browser/resources/performance_monitor/chart.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | chrome/browser/resources/performance_monitor/chart.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698