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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/performance_monitor/chart.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 div#chooseMetrics { 5 div#chooseMetrics {
6 float: left; 6 float: left;
7 } 7 }
8 8
9 div#chooseEvents { 9 div#chooseEvents {
10 float: left; 10 float: left;
(...skipping 12 matching lines...) Expand all
23 div#charts { 23 div#charts {
24 height: 500px; 24 height: 500px;
25 width: 900px; 25 width: 900px;
26 } 26 }
27 27
28 div.chart { 28 div.chart {
29 height: 500px; 29 height: 500px;
30 width: 900px; 30 width: 900px;
31 } 31 }
32 32
33 div.event-label {
34 background: #fff;
35 border: 1px solid;
36 font: 0.6em;
37 position: absolute;
38 }
39
33 .hidden { 40 .hidden {
34 visibility: hidden; 41 visibility: hidden;
35 } 42 }
OLDNEW
« 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