Home | History | Annotate | Download | only in src
      1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2  * Use of this source code is governed by a BSD-style license that can be
      3  * found in the LICENSE file. */
      4 
      5 .analysis {
      6     font-family: monospace;
      7     white-space: pre;
      8 }
      9 .analysis * {
     10    -webkit-user-select: text !important;
     11    cursor: text;
     12 }
     13 
     14 .analysis-table {
     15     border-collapse: collapse;
     16     border-width: 0;
     17 }
     18 
     19 .analysis-table > tr > td:first-child {
     20     padding-left: 2px;
     21 }
     22 
     23 .analysis-table > tr > td {
     24     padding: 2px 4px 2px 4px;
     25 }
     26 
     27 .analysis-table-header {
     28     text-align: left;
     29 }
     30 
     31 .analysis-table-row {
     32     vertical-align: top;
     33 }
     34 
     35 .analysis-table-row:nth-child(2n+0) {
     36     background-color: #e2e2e2;
     37 }
     38 
     39 .analysis-slice-table-col-0 {
     40 }
     41 .analysis-slice-table-col-1 {
     42 }
     43 
     44 .analysis-slices-table-col-0 {
     45 }
     46 .analysis-slices-table-col-1 {
     47     text-align: right;
     48 }
     49 .analysis-slices-table-col-2 {
     50     text-align: right;
     51 }
     52 
     53 .analysis-counter-table-col-0 {
     54 }
     55 .analysis-counter-table-col-0 {
     56 }
     57