CSS样式  |  66行  |  1.03 KB

/*
 * Copyright 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-level-container {
  margin: 5px;
}

#log-level-container label {
  vertical-align: middle;
}

#log-level-container input {
  margin-bottom: 1px;
  vertical-align: middle;
}

#network-log-container {
  border: 1px solid rgb(220, 220, 220);
  font-size: 12px;
  height: 350px;
  overflow: scroll;
  padding: 10px;
  width: 100%;
}

#network-log-container p {
  font-family: monospace;
  line-height: 20px;
  margin: 2px;
}

#network-status-table {
  border-collapse: collapse;
}

#network-status-table tr td {
  border: 1px solid rgb(220, 220, 220);
  font-size: 13px;
}

.network-status-table-header {
  font-weight: bold;
}

.network-level-tag {
  -webkit-margin-end: 5px;
  border: 1px solid;
  border-radius: 2px;
  padding: 0 4px;
}

.network-log-level-event {
  color: orange;
}

.network-log-level-error {
  color: red;
}

.network-log-level-debug {
  color: blue;
}