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.lthi-s-view {
7  -webkit-flex-direction: row;
8  display: -webkit-flex;
9}
10
11.lthi-s-view > layer-picker {
12  width: 400px;
13}
14
15.lthi-s-view > x-drag-handle {
16  -webkit-flex: 0 0 auto;
17}
18
19.lthi-s-view > layer-viewer {
20  -webkit-flex: 1 1 auto;
21}