summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/network.css
blob: 0d68184b28c16058b238bdd6aecee620b880e232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*
 * 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;
}