Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / third_party / tvcm / src / tvcm / ui / quad_stack_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
7 quad-stack-view {
8   display: block;
9   float: left;
10   height: 100%;
11   overflow: hidden;
12   position: relative; /* For the absolute positioned mouse-mode-selector */
13   width: 100%;
14 }
15
16 quad-stack-view > #chrome-left {
17   content: url('../images/chrome-left.png');
18   display: none;
19 }
20
21 quad-stack-view > #chrome-mid {
22   content: url('../images/chrome-mid.png');
23   display: none;
24 }
25
26 quad-stack-view > #chrome-right {
27   content: url('../images/chrome-right.png');
28   display: none;
29 }