| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 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 .sensors-view { | 7 .sensors-view { |
| 8 padding: 12px; | 8 padding: 12px; |
| 9 display: block; | 9 display: block; |
| 10 overflow: auto; | |
| 11 } | 10 } |
| 12 | 11 |
| 13 .sensors-view label { | 12 .sensors-view label { |
| 14 margin-bottom: 10px; | 13 margin-bottom: 10px; |
| 15 } | 14 } |
| 16 | 15 |
| 17 .sensors-view input { | 16 .sensors-view input { |
| 18 text-align: right; | 17 text-align: right; |
| 19 width: 80px; | 18 width: 80px; |
| 20 } | 19 } |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 | 202 |
| 204 .touch-label select { | 203 .touch-label select { |
| 205 margin-left: 10px; | 204 margin-left: 10px; |
| 206 } | 205 } |
| 207 | 206 |
| 208 .panel-section-separator { | 207 .panel-section-separator { |
| 209 height: 2px; | 208 height: 2px; |
| 210 margin-bottom: 12px; | 209 margin-bottom: 12px; |
| 211 background: #f1f1f1; | 210 background: #f1f1f1; |
| 212 } | 211 } |
| OLD | NEW |