blob: 83d1f39d8bafb55e2231467c75b64ea0e7160557 [file] [log] [blame]
/* Copyright (c) 2013 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. */
.log-container {
float: left;
}
.stats-graph-container,
.stats-graph-container-collapsed {
clear: both;
margin: 0.5em 0 0.5em 0;
}
.stats-graph-container button,
.stats-graph-container-collapsed button {
display: block;
margin: 0;
padding: 0;
}
.stats-graph-container-collapsed .stats-graph-sub-container {
display: none;
}
.stats-graph-sub-container {
float: left;
margin: 0.5em;
}
.stats-graph-sub-container > div {
float: left;
}
.stats-graph-sub-container > div:first-child {
float: none;
}
.stats-table-container {
float: left;
padding: 0 0 0 0;
}
body {
font-family: 'Lucida Grande', sans-serif;
padding: 20px;
}
details {
width: 30em;
}
h3 + div {
font-size: 0.8em;
margin: 0 0 1.2em 0;
}
h2 {
border-bottom: 1px solid #eee;
color: #666;
font-size: 1.1em;
margin: 0 0 1.6em 0;
padding: 0 0 0.7em 0;
}
h3 {
color: #666;
font-size: 0.9em;
margin: 1em 0 0.5em 0;
}
li {
clear: both;
list-style-type: none;
margin: none;
padding: none;
}
table {
border: none;
margin: 0 1em 1em 0;
}
td {
border: none;
font-size: 0.8em;
padding: 0 1em 0.5em 0;
}
td:first-child {
padding-top: 0.3em;
}
textarea {
border: none;
outline: none;
width: 100%;
}
table > tr {
vertical-align: top;
}
th {
border: none;
font-size: 0.8em;
padding: 0 0 0.5em 0;
}
ul {
margin: none;
padding: none;
-webkit-padding-start: 0px;
}