| /* 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. | |
| */ | |
| .graph { | |
| width: 300px; | |
| height: 150px; | |
| } | |
| .cloud { | |
| display: none; | |
| flex-flow: row wrap; | |
| } | |
| .cloud.display { | |
| display: flex; | |
| } | |
| .cloudParam { | |
| display: flex; | |
| flex-flow: column nowrap; | |
| margin: 1em; | |
| } | |
| details { | |
| background-color: aliceblue; | |
| padding: 1em; | |
| border: solid lightgray 1px; | |
| } |