Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / tracing / analysis / analysis_view.css
1 /* Copyright (c) 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
6 .analysis-view {
7   -webkit-flex-direction: column;
8   background-color: white;
9   display: -webkit-flex;
10   overflow: auto;
11 }
12
13 .analysis-view.viewing-old-style-analysis {
14   overflow: auto;
15 }
16
17 .analysis-view > * {
18   -webkit-flex: 1 0 auto;
19 }