Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / tracing / input_latency_side_panel.html
1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6
7 <style>
8   .x-input-latency-side-panel {
9     -webkit-flex-direction: column;
10     display: -webkit-flex;
11   }
12   .x-input-latency-side-panel > toolbar {
13     -webkit-flex: 0 0 auto;
14     border-bottom: 1px solid black;
15     display: -webkit-flex;
16   }
17   .x-input-latency-side-panel > result-area {
18     -webkit-flex: 1 1 auto;
19     display: block;
20     min-height: 0;
21     overflow-y: auto;
22   }
23 </style>
24
25 <template id="x-input-latency-side-panel-template">
26   <toolbar>
27   </toolbar>
28   <result-area>
29   </result-area>
30 </template>