Home | History | Annotate | Download | only in cc
      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 layer-viewer {
      7   -webkit-flex-direction: column;
      8   display:  -webkit-flex;
      9   left: 0;
     10   position: relative;
     11   top: 0;
     12 }
     13 
     14 layer-viewer > layer-tree-quad-stack-viewer {
     15   -webkit-flex: 1 1 100%;
     16   -webkit-flex-direction: column;
     17   display: -webkit-flex;
     18   overflow: auto;
     19 }
     20 
     21 layer-viewer > layer-viewer-analysis {
     22   height: 150px; /* fixed height given by drag control */
     23   overflow-y: auto;
     24 }
     25 
     26 .labeled-checkbox {
     27   white-space: nowrap;
     28 }