blob: 5b6318c0da20d9136aeff6cc598d98fa0a0629e7 [file] [log] [blame]
/* 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;
}