Home | History | Annotate | Download | only in net_internals
      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 
      6 .logs-view-log-cell-text,
      7 .logs-view-log-cell-log {
      8   background-color: white;
      9 }
     10 
     11 .logs-view-log-row-collapsed .logs-view-log-cell-log {
     12   display: none;
     13 }
     14 
     15 .logs-view-log-row-expanded .logs-view-log-cell-log {
     16   display: table-cell;
     17 }
     18 
     19 .logs-view-log-table-button-column {
     20   text-align: center;
     21 }
     22 
     23 .logs-view-log-button {
     24   width: 85px;
     25 }
     26 
     27 .logs-view-global-button {
     28   float: left;
     29   margin: 5px;
     30   margin-top: 0;
     31   width: 135px;
     32 }
     33 
     34 #logs-view-log-table td {
     35   font-family: 'Courier New', monospace;
     36   font-size: 12px;
     37   line-height: 17px;
     38   padding: 3px 5px 0;
     39   vertical-align: top;
     40   white-space: pre;
     41 }
     42 
     43 #logs-view-log-table-header-row th {
     44   text-align: left;
     45 }
     46