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
3 * found in the LICENSE file.
4 */
5
6.profiling-view {
7  -webkit-box-flex: 1;
8  -webkit-box-orient: vertical;
9  display: -webkit-box;
10  padding: 0;
11}
12
13.profiling-view .controls .save {
14  margin-left: 64px !important;
15}
16
17.profiling-view > .container {
18  -webkit-box-flex: 1;
19  display: -webkit-box;
20}
21
22.profiling-overlay {
23  -webkit-box-orient: vertical;
24  display: -webkit-box;
25  text-align: center;
26}
27
28.profiling-overlay .raw-text {
29  -webkit-box-flex: 1;
30  overflow: auto;
31}
32
33.profiling-overlay .error {
34  border: 1px solid red;
35  text-align: center;
36}
37