OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 .autocomplete-results-table { | 5 .autocomplete-results-table { |
6 margin-bottom: 1.5em; | 6 margin-bottom: 1.5em; |
7 } | 7 } |
8 | 8 |
9 .autocomplete-results-table th { | 9 .autocomplete-results-table th { |
10 background-color: #C0C0C0; | 10 background-color: #C0C0C0; |
(...skipping 22 matching lines...) Expand all Loading... |
33 margin: 0; | 33 margin: 0; |
34 } | 34 } |
35 | 35 |
36 .input-section { | 36 .input-section { |
37 margin-bottom: 1em; | 37 margin-bottom: 1em; |
38 } | 38 } |
39 | 39 |
40 .table-header { | 40 .table-header { |
41 white-space: nowrap; | 41 white-space: nowrap; |
42 } | 42 } |
| 43 |
| 44 .additional-info-property, |
| 45 .additional-info-value { |
| 46 white-space: nowrap; |
| 47 } |
OLD | NEW |