Apply _RELATIVE relocations ahead of others.
[chromium-blink-merge.git] / content / browser / resources / media / webrtc_internals.css
blobe98d3995e988ad860b513c4770421723e2d2417e
1 /* Copyright (c) 2013 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. */
6 .peer-connection-dump-root {
7 font-size: 0.8em;
8 padding-bottom: 3px;
11 .update-log-container {
12 float: left;
13 width: 50em;
14 overflow: auto;
17 .ssrc-info-block {
18 color: #999;
19 font-size: 0.8em;
22 .stats-graph-container {
23 clear: both;
24 margin: 0.5em 0 0.5em 0;
27 .stats-graph-sub-container {
28 float: left;
29 margin: 0.5em;
32 .stats-graph-sub-container > div {
33 float: left;
36 .stats-graph-sub-container > div:first-child {
37 float: none;
40 .stats-table-container {
41 float: left;
42 padding: 0 0 0 0;
43 width: 50em;
44 overflow: auto;
47 .stats-table-container >div:first-child {
48 font-size: 0.8em;
49 font-weight: bold;
50 text-align: center;
51 padding: 0 0 1em 0;
54 .stats-table-active-connection {
55 font-weight: bold;
58 body {
59 font-family: 'Lucida Grande', sans-serif;
62 table {
63 border: none;
64 margin: 0 1em 1em 0;
67 td {
68 border: none;
69 font-size: 0.8em;
70 padding: 0 1em 0.5em 0;
71 min-width: 10em;
72 word-break: break-all;
75 table > tr {
76 vertical-align: top;
79 th {
80 border: none;
81 font-size: 0.8em;
82 padding: 0 0 0.5em 0;
85 .tab-head {
86 background-color: rgb(220, 220, 220);
87 margin: 10px 2px 0 2px;
88 text-decoration: underline;
89 cursor: pointer;
90 display: inline-block;
91 overflow: hidden;
92 width: 20em;
93 height: 3em;
96 .active-tab-head {
97 background-color: turquoise;
98 font-weight: bold;
101 .tab-body {
102 border: 1px solid turquoise;
103 border-top-width: 3px;
104 padding: 0 10px 500px 10px;
105 display: none;
108 .active-tab-body {
109 display: block;
112 .user-media-request-div-class {
113 background-color: lightgray;
114 margin: 10px 0 10px 0;
117 .user-media-request-div-class > div {
118 margin: 5px 0 5px 0;