| /** |
| * Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file */ |
| |
| /* Never edit perf.css, only edit main.css and then run 'make css'. */ |
| |
| .full { |
| width: 100%; |
| } |
| |
| td { |
| vertical-align: top; |
| } |
| |
| .waiting { |
| cursor: wait; |
| } |
| |
| .wrapper { |
| display: flex; |
| flex-wrap: wrap; |
| width:100%; |
| } |
| |
| .plot-wrapper { |
| display: block; |
| width: 1024px; |
| } |
| |
| #chart { |
| /* Maybe make this bigger? */ |
| width: 1024px; |
| height: 480px; |
| float: left; |
| } |
| |
| .zoom-control { |
| width: 75%; |
| } |
| |
| .zoom-input { |
| width: 15em; |
| } |
| |
| #legend { |
| width: 20em; |
| height: 240px; |
| overflow: auto; |
| } |
| |
| #note { |
| border: 1px solid lightgrey; |
| padding: 1em; |
| position: absolute; |
| background-color: white; |
| } |
| |
| #notification { |
| position: fixed; |
| bottom: 0px; |
| width: 100%; |
| } |
| |
| #notification-text { |
| background-color: lightyellow; |
| padding: 0.7em; |
| float: center; |
| display: table; |
| margin: 0 auto; |
| font-size: large; |
| } |
| |
| .legend-box-outer { |
| border: 1px solid #ccc; |
| padding: 1px; |
| display: inline-block; |
| } |
| |
| .legend-box-inner { |
| width: 4px; |
| height: 0; |
| overflow: hidden; |
| } |