7fd33ac941a1cb0d923ecdc15aa0830affb66e89
[platform/framework/web/crosswalk.git] / src / tools / memory_inspector / memory_inspector / frontends / www_content / css / processes.css
1 /* Copyright 2014 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 #os-mem_chart,
6 #os-cpu_chart {
7   width: 49%;
8   max-width: 49%;
9   margin: 0;
10   display: inline-block;
11   height: 20em;
12 }
13
14 #ps-tracer-dialog > div {
15   clear: both;
16   font-size: 0.9em;
17   margin-bottom: 1em;
18 }
19
20 #ps-tracer-dialog > div > :last-child {
21   float: right;
22   width: 60%;
23 }
24
25 #android_provision_dialog {
26   display: none;
27 }
28
29 #android_provision_dialog code {
30   display: block;
31   white-space: pre-line;
32 }