Re-enable index-basics-workers test to see if still times
[chromium-blink-merge.git] / tools / cc-frame-viewer / app / viewer.css
blob7fa56714c485e68a72d3c7f2dd9e8f1ac7d6990a
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 height: 100%;
7 width: 100%;
8 overflow: hidden;
11 body {
12 overflow: hidden;
13 margin: 0;
14 padding: 0;
15 height: 100%;
16 width: 100%;
17 font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana, sans-serif;
18 font-size: 10pt;
19 background: #ededed;
22 body {
23 display: -webkit-flex;
24 -webkit-flex-direction: column;
27 #viewer {
28 -webkit-flex: 1;
29 display: -webkit-flex;
32 #viewer > x-model-view {
33 -webkit-flex: 1;