| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2015 The Chromium Authors. All rights reserved. | 2 * Copyright 2015 The Chromium Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 :host { | 7 :host { |
| 8 overflow:hidden; | 8 overflow:hidden; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 width: 100%; | 85 width: 100%; |
| 86 text-align: inherit; | 86 text-align: inherit; |
| 87 } | 87 } |
| 88 | 88 |
| 89 .conditions-edit-optional { | 89 .conditions-edit-optional { |
| 90 position: absolute; | 90 position: absolute; |
| 91 bottom: -20px; | 91 bottom: -20px; |
| 92 right: 0; | 92 right: 0; |
| 93 color: rgb(128, 128, 128); | 93 color: rgb(128, 128, 128); |
| 94 } | 94 } |
| OLD | NEW |