Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / browser / resources / media / media_internals.css
blob7b2c43feca4098c8f7d88d69dac3cba33937db01
1 /* Copyright 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. */
5 html,
6 body,
7 #container {
8 margin: 0;
9 padding: 0;
10 width: 100%;
11 height: 100%;
12 font-family:Arial;
15 tabbox {
16 margin-top: 10px;
19 tab {
20 -webkit-user-select: none;
23 body tabpanels {
24 box-shadow: none;
27 tabpanel {
28 padding: 10px;
31 table {
32 font-family: sans-serif;
33 -webkit-font-smoothing: antialiased;
34 font-size: 115%;
35 width: auto;
36 overflow: auto;
37 display: block;
39 th {
40 background-color: #4AA9E4;
41 font-weight: normal;
42 color: white;
43 padding: 2px;
44 text-align: center;
45 min-width: 230px;
47 td {
48 background-color: rgb(238, 238, 238);
49 padding: 2px;
50 color: rgb(111, 111, 111);
51 word-wrap: break-word;
52 min-width: 230px;
55 h1,
56 h2,
57 h3 {
58 color: rgb(50,50,50);
61 #container {
62 display: flex;
63 flex-direction: row;
64 flex-wrap: wrap;
65 justify-content: space-between;
66 align-items: flex-start;
67 align-content: stretch;
70 #container > * {
71 padding: 0;
72 padding-left: 25px;
73 margin: 0;
76 #list-wrapper {
77 display: flex;
78 flex-direction: column;
79 justify-content: space-between;
80 align-items: flex-start;
81 align-content: stretch;
84 #player-list-wrapper,
85 #audio-component-list-wrapper {
86 flex-grow: 1;
87 align-self: stretch;
88 min-width: 200px;
89 overflow: auto;
92 #player-list-wrapper ul,
93 #player-list-wrapper li,
94 #audio-component-list-wrapper ul,
95 #audio-component-list-wrapper li {
96 padding: 0px;
97 list-style-type: none;
99 #list-wrapper button {
100 padding: 0px;
103 .property-wrapper,
104 #log-wrapper {
105 align-self: stretch;
106 display:block;
107 flex-grow: 0.25;
108 overflow: auto;
109 margin-bottom: 10px;
112 #video-capture-capabilities-wrapper {
113 flex-grow: 0.5;
114 align-self: stretch;
115 overflow: auto;
118 #log-wrapper > thead {
119 position: fixed;
122 #graphs li {
123 list-style-type: none;
126 #clipboard-textarea {
127 position: absolute;
128 width: 50%;
129 height: 50%;
131 left: 25%;
132 top: 25%;
135 .hiddenClipboard {
136 display: none;
139 .timestamp {
140 min-width: 115px;
143 #video-capture-capabilities-table {
144 margin-bottom:30px;
147 #video-capture-capabilities-table th,
148 #video-capture-capabilities-table td {
149 min-width:120px;
152 #video-capture-capabilities-table td {
153 padding:5px;
156 #video-capture-capabilities-table tr td {
157 font-size:13px;
158 text-align:center;
161 #video-capture-capabilities-table .video-capture-formats-table th,
162 #video-capture-capabilities-table .video-capture-formats-table td {
163 text-align:right;
164 min-width:80px;
167 #video-capture-capabilities-table .video-capture-formats-table th {
168 background:none;
169 color:#666;
170 font-size:13px;
171 font-weight:bold;
174 #video-capture-capabilities-table .video-capture-formats-table td {
175 padding:2px;
178 .show-none-if-empty:empty:after {
179 content: "none";
180 color: rgba(0, 0, 0, .5);
183 label.selectable-button {
184 -webkit-appearance: button;
185 -webkit-user-select: none;
186 padding: 2px 5px;
187 margin-bottom: 5px;
190 input.selectable-button {
191 display: none;
194 input.selectable-button:checked + label.selectable-button {
195 background-color: #4AA9E4;
196 color: white;
199 .no-players-selected #players .property-wrapper,
200 .no-players-selected #players #log-wrapper {
201 display: none;
204 .no-components-selected #audio .property-wrapper {
205 display: none;