cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / net_internals / logs_view.css
blob4a1d3750b607374085bca5baf134ab990fefcc6e
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 */
6 .logs-view-log-cell-text,
7 .logs-view-log-cell-log {
8 background-color: white;
11 .logs-view-log-row-collapsed .logs-view-log-cell-log {
12 display: none;
15 .logs-view-log-row-expanded .logs-view-log-cell-log {
16 display: table-cell;
19 .logs-view-log-table-button-column {
20 text-align: center;
23 .logs-view-log-button {
24 width: 85px;
27 .logs-view-global-button {
28 float: left;
29 margin: 5px;
30 margin-top: 0;
31 width: 135px;
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;
43 #logs-view-log-table-header-row th {
44 text-align: left;