Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / src / about_tracing.css
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 html,
6 body {
7   height: 100%;
8 }
9
10 body {
11   -webkit-flex-direction: column;
12   display: -webkit-flex;
13   margin: 0;
14   padding: 0;
15 }
16
17 body > x-profiling-view {
18   -webkit-flex: 1 1 auto;
19 }