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

Side by Side Diff: tools/deep_memory_profiler/visualizer/index.css

Issue 23777005: Modified directory preparing for app engine for dmprof visualizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove index.js Created 7 years, 3 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
OLDNEW
(Empty)
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 #graph-div {
6 width: 1024px;
7 height: 600px;
8 margin-top: 30px;
9 margin-left: 50px;
10 float: left;
11 }
12
13 #info-div {
14 width: 240px;
15 height: 600px;
16 margin-top: 35px;
17 margin-left: 50px;
18 float: left;
19 box-shadow: 0 4px 16px rgba(0,0,0,0.2);
20 outline: 1px solid rgba(0,0,0,0.2);
21 overflow: auto;
22 }
23
24 #category-menu {
25 padding-left: 15px;
26 }
27
28 #subs-dropdown {
29 padding-left: 15px;
30 }
OLDNEW
« no previous file with comments | « tools/deep_memory_profiler/visualizer/graph-view_unittest.js ('k') | tools/deep_memory_profiler/visualizer/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698