/* Copyright 2018 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
body {
min-width: 500px;
}
#controls {
padding: 5px;
text-align: center;
}
#notice {
margin: 1em;
}
#tabs {
min-height: 1em;
overflow-wrap: break-word;
width: 100%;
}
.child-frames-label {
font-weight: bold;
margin: 10px !important;
display: none;
}
.error {
color: red;
}
.frame {
border: 1px solid #aaa;
margin: 10px !important;
padding: 1em;
}
.log {
margin: .5em !important;
white-space: pre-wrap;
}
.log-level {
font-weight: bold;
margin: .5em !important;
}
.logs {
font-family: 'Courier New', Courier, monospace;
}
.tab {
border: 1px solid #aaa;
}
.warning {
color: orange;
}