| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |