| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 */ | |
| 5 | 4 |
| 6 #device-disabled, | 5 #device-disabled, |
| 7 #device-disabled-top-container, | 6 #device-disabled-top-container, |
| 8 #device-disabled-bottom-container { | 7 #device-disabled-bottom-container { |
| 9 display: flex; | 8 display: flex; |
| 10 flex-direction: column; | 9 flex-direction: column; |
| 11 } | 10 } |
| 12 | 11 |
| 13 #device-disabled { | 12 #device-disabled { |
| 14 font-size: 12px; | 13 font-size: 12px; |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 } | 49 } |
| 51 | 50 |
| 52 #device-disabled-message { | 51 #device-disabled-message { |
| 53 margin: -3px 0 -5px; | 52 margin: -3px 0 -5px; |
| 54 max-height: 400px; | 53 max-height: 400px; |
| 55 overflow: auto; | 54 overflow: auto; |
| 56 text-overflow: clip; | 55 text-overflow: clip; |
| 57 white-space: pre-wrap; | 56 white-space: pre-wrap; |
| 58 word-wrap: break-word; | 57 word-wrap: break-word; |
| 59 } | 58 } |
| OLD | NEW |