OLD | NEW |
1 /* Copyright (c) 2016 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2016 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 body { | 5 body { |
6 font-family: Sans-Serif; | 6 font-family: Sans-Serif; |
7 font-size: .9em; | 7 font-size: .9em; |
8 } | 8 } |
9 .physicalWebTemplate { | 9 .physicalWebTemplate { |
10 display: flex; | 10 display: flex; |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 } | 43 } |
44 .physicalWebText .description { | 44 .physicalWebText .description { |
45 display: block; | 45 display: block; |
46 height: 2.5em; | 46 height: 2.5em; |
47 line-height: 1.25; | 47 line-height: 1.25; |
48 font-size: 90%; | 48 font-size: 90%; |
49 color: #444; | 49 color: #444; |
50 overflow: hidden; | 50 overflow: hidden; |
51 text-overflow: ellipsis; | 51 text-overflow: ellipsis; |
52 } | 52 } |
| 53 |
| 54 #empty-list-container { |
| 55 display: none; |
| 56 } |
OLD | NEW |