Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Side by Side Diff: content/browser/resources/media/webrtc_internals.css

Issue 2621493002: webrtc-internals: highlight failures (Closed)
Patch Set: highlight addicecandidatefailed Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/resources/media/peer_connection_update_table.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 5
6 .peer-connection-dump-root { 6 .peer-connection-dump-root {
7 font-size: 0.8em; 7 font-size: 0.8em;
8 padding-bottom: 3px; 8 padding-bottom: 3px;
9 } 9 }
10 10
11 .update-log-container { 11 .update-log-container {
12 float: left; 12 float: left;
13 width: 50em; 13 width: 50em;
14 overflow: auto; 14 overflow: auto;
15 } 15 }
16 16
17 .update-log-failure {
18 background-color: #be2026;
19 }
20
17 .ssrc-info-block { 21 .ssrc-info-block {
18 color: #999; 22 color: #999;
19 font-size: 0.8em; 23 font-size: 0.8em;
20 } 24 }
21 25
22 .stats-graph-container { 26 .stats-graph-container {
23 clear: both; 27 clear: both;
24 margin: 0.5em 0 0.5em 0; 28 margin: 0.5em 0 0.5em 0;
25 } 29 }
26 30
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 margin: 10px 0 10px 0; 118 margin: 10px 0 10px 0;
115 } 119 }
116 120
117 .user-media-request-div-class > div { 121 .user-media-request-div-class > div {
118 margin: 5px 0 5px 0; 122 margin: 5px 0 5px 0;
119 } 123 }
120 124
121 .audio-diagnostic-dumps-info { 125 .audio-diagnostic-dumps-info {
122 max-width: 60em; 126 max-width: 60em;
123 } 127 }
OLDNEW
« no previous file with comments | « content/browser/resources/media/peer_connection_update_table.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698