| 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 |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 | 111 |
| 112 .user-media-request-div-class { | 112 .user-media-request-div-class { |
| 113 background-color: lightgray; | 113 background-color: lightgray; |
| 114 margin: 10px 0 10px 0; | 114 margin: 10px 0 10px 0; |
| 115 } | 115 } |
| 116 | 116 |
| 117 .user-media-request-div-class > div { | 117 .user-media-request-div-class > div { |
| 118 margin: 5px 0 5px 0; | 118 margin: 5px 0 5px 0; |
| 119 } | 119 } |
| 120 | 120 |
| 121 .audio-recordings-info { | 121 .audio-diagnostic-dumps-info { |
| 122 max-width: 60em; | 122 max-width: 60em; |
| 123 } | 123 } |
| OLD | NEW |