Re-enable index-basics-workers test to see if still times
[chromium-blink-merge.git] / tools / cc-frame-viewer / src / lthi_view.css
blobb210ceb3d2d079480100d6ce79ae3859ec96cb7e
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. */
5 x-lthi-view {
6 display: block;
7 -webkit-flex-direction: column;
10 x-lthi-view > x-lthi-view-options {
11 display: inline-span;
12 margins: 0 auto 0 auto;
13 border-bottom: 1px solid rgba(0,0,0,.25);
16 x-lthi-view > x-lthi-view-options > span:not(:nth-child(1)),
17 x-lthi-view > x-lthi-view-options > label:not(:nth-child(1)) {
18 margin-left: 16px;
21 x-lthi-view > x-lthi-view-options > span {
22 margin-right: 8px;
26 x-lthi-view > x-quad-views {
27 display: -webkit-flex;
28 -webkit-flex-direction: row;
31 x-lthi-view > x-quad-views > *:not(:first-child) {
32 margin-left: 16px;