blob: df760fe65c76826830c06317848a6ac148382ff1 [file] [log] [blame]
/* Copyright (c) 2012 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. */
.timeline-analysis {
font-family: monospace;
white-space: pre;
}
.timeline-analysis * {
-webkit-user-select: text !important;
cursor: text;
}
.timeline-analysis-table {
border-collapse: collapse;
border-width: 0;
}
.timeline-analysis-table > tr > td:first-child {
padding-left: 2px;
}
.timeline-analysis-table > tr > td {
padding: 2px 4px 2px 4px;
}
.timeline-analysis-table-header {
text-align: left;
}
.timeline-analysis-table-row:nth-child(2n+0) {
background-color: #e2e2e2;
}
.timeline-analysis-slice-table-col-0 {
}
.timeline-analysis-slice-table-col-1 {
}
.timeline-analysis-slices-table-col-0 {
}
.timeline-analysis-slices-table-col-1 {
text-align: right;
}
.timeline-analysis-slices-table-col-2 {
text-align: right;
}
.timeline-analysis-counter-table-col-0 {
}
.timeline-analysis-counter-table-col-0 {
}