summaryrefslogtreecommitdiff
path: root/chromium/content/browser/resources/media/media_internals.css
blob: d83b6b71eebdb02fdd043a5a2c3aedd4949bc872 (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
/* Copyright (c) 2012 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. */

body {
  font-family: sans-serif;
}

h2 {
  margin: 15px 0 5px 0;
}

ul,
p,
canvas {
  margin: 0;
}

[hidden] {
  display: none !important;
}

#media-players td,
#media-players th {
  padding: 0 10px;
}

.audio-stream[status='created'] {
  color: blue;
}

.audio-stream[status='closed'] {
  text-decoration: line-through;
}

.audio-stream[status='error'] {
  color: red;
}

#cache-entries ul,
#media-players ul,
#media-players {
  list-style-type: none;
}

.cache-entry {
  margin: 0 0 5px 0;
}

.cache-entry-controls {
  font-size: smaller;
}

.cache-table {
  table-layout: fixed;
  width: 500px;
}

thead {
  text-align: left;
}

tfoot {
  text-align: right;
}

.buffered {
  display: table;
}

.buffered > div {
  display: table-row;
}

.buffered > div > div {
  display: table-cell;
  vertical-align: bottom;
}

.buffered > div > div:first-child {
  font-weight: bold;
  padding-right: 2px;
}