| 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 .devices-settings-tab .settings-tab.help-content { | 7 .devices-settings-tab .settings-tab.help-content { |
| 8 display: flex; | 8 display: flex; |
| 9 flex-direction: column; | 9 flex-direction: column; |
| 10 align-items: flex-start; | 10 align-items: flex-start; |
| 11 height: 100%; | 11 height: 100%; |
| 12 margin: 0; | 12 margin: 0; |
| 13 } | 13 } |
| 14 | 14 |
| 15 .devices-settings-tab .devices-title { | 15 .devices-settings-tab .devices-title { |
| 16 font-size: 120%; | 16 font-size: 120%; |
| 17 color: #222; | 17 color: #222; |
| 18 flex: none; | 18 flex: none; |
| 19 } | 19 } |
| 20 | 20 |
| 21 .devices-settings-tab .octane-score-row { |
| 22 padding: 10px 0; |
| 23 } |
| 24 |
| 25 .devices-settings-tab .octane-score-row * { |
| 26 margin-right: 6px; |
| 27 } |
| 28 |
| 21 .devices-settings-tab .devices-button-row { | 29 .devices-settings-tab .devices-button-row { |
| 22 flex: none; | 30 flex: none; |
| 23 display: flex; | 31 display: flex; |
| 24 } | 32 } |
| 25 | 33 |
| 26 .devices-settings-tab .devices-button-row button { | 34 .devices-settings-tab .devices-button-row button { |
| 27 margin-right: 10px; | 35 margin-right: 10px; |
| 28 min-width: 120px; | 36 min-width: 120px; |
| 29 flex: none; | 37 flex: none; |
| 30 } | 38 } |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 padding: 3px; | 86 padding: 3px; |
| 79 } | 87 } |
| 80 | 88 |
| 81 .devices-edit-fields .device-edit-fixed { | 89 .devices-edit-fields .device-edit-fixed { |
| 82 flex: 0 0 140px; | 90 flex: 0 0 140px; |
| 83 } | 91 } |
| 84 | 92 |
| 85 .devices-edit-fields select { | 93 .devices-edit-fields select { |
| 86 margin: 8px 5px 0 5px; | 94 margin: 8px 5px 0 5px; |
| 87 } | 95 } |
| OLD | NEW |