summaryrefslogtreecommitdiffstats
path: root/content/browser/resources/media/webrtc_internals.css
blob: f48a722c7f8917bf9a0978d463a08e376c426fa0 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/* Copyright (c) 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-container {
  float: left;
}

.stats-table-container {
  float: left;
  padding: 0 0 0 0;
}

body {
  font-family: 'Lucida Grande', sans-serif;
  padding: 20px;
}

details {
  width: 30em;
}

h3 + div {
  font-size: 0.8em;
  margin: 0 0 1.2em 0;
}

h2 {
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 1.1em;
  margin: 0 0 1.6em 0;
  padding: 0 0 0.7em 0;
}

h3 {
  color: #666;
  font-size: 0.9em;
  margin: 0 0 0.5em 0;
}

li {
  clear: both;
  list-style-type: none;
  margin: none;
  padding: none;
}

table {
  border: none;
  margin: 0 1em 1em 0;
}

td {
  border: none;
  font-size: 0.8em;
  padding: 0 1em 0.5em 0;
}

td:first-child {
  padding-top: 0.3em;
}

textarea {
  border: none;
  outline: none;
  width: 100%;
}

table > tr {
  vertical-align: top;
}

th {
  border: none;
  font-size: 0.8em;
  padding: 0 0 0.5em 0;
}

ul {
  margin: none;
  padding: none;
  -webkit-padding-start: 0px;
}