OLD | NEW |
1 /* Copyright (c) 2017 The WebRTC project authors. All Rights Reserved. | 1 /* Copyright (c) 2017 The WebRTC project authors. All Rights Reserved. |
2 * | 2 * |
3 * Use of this source code is governed by a BSD-style license | 3 * Use of this source code is governed by a BSD-style license |
4 * that can be found in the LICENSE file in the root of the source | 4 * that can be found in the LICENSE file in the root of the source |
5 * tree. An additional intellectual property rights grant can be found | 5 * tree. An additional intellectual property rights grant can be found |
6 * in the file PATENTS. All contributing project authors may | 6 * in the file PATENTS. All contributing project authors may |
7 * be found in the AUTHORS file in the root of the source tree. | 7 * be found in the AUTHORS file in the root of the source tree. |
8 */ | 8 */ |
9 | 9 |
10 body{ | 10 body{ |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 } | 42 } |
43 | 43 |
44 table tbody tr td .selected{ | 44 table tbody tr td .selected{ |
45 background-color: #EE9; | 45 background-color: #EE9; |
46 } | 46 } |
47 | 47 |
48 table tbody tr td .value{ | 48 table tbody tr td .value{ |
49 display: inline-block; | 49 display: inline-block; |
50 } | 50 } |
51 | 51 |
52 .noise-desc{ | 52 .test-data-gen-desc{ |
53 display: inline-block; | 53 display: inline-block; |
54 margin-right: 0.3em; | 54 margin-right: 0.3em; |
55 border: 1px solid #555; | 55 border: 1px solid #555; |
56 color: #555; | 56 color: #555; |
57 background-color: #EEE; | 57 background-color: #EEE; |
58 padding: 1px; | 58 padding: 1px; |
59 font-size: 0.8em; | 59 font-size: 0.8em; |
60 } | 60 } |
61 | 61 |
62 .inspector{ | 62 .inspector{ |
(...skipping 18 matching lines...) Expand all Loading... |
81 padding-left: 0.5em; | 81 padding-left: 0.5em; |
82 } | 82 } |
83 | 83 |
84 .inspector .buttons{ | 84 .inspector .buttons{ |
85 margin-top: 1em; | 85 margin-top: 1em; |
86 } | 86 } |
87 | 87 |
88 .inspector .buttons button{ | 88 .inspector .buttons button{ |
89 margin: 0 0.25em; | 89 margin: 0 0.25em; |
90 } | 90 } |
OLD | NEW |