OLD | NEW |
---|---|
1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 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 #addDevice { | |
6 color: blue; | |
Dan Beam
2016/04/12 04:28:14
done with .primary-button
| |
7 } | |
8 | |
9 #deviceList { | 5 #deviceList { |
10 -webkit-margin-start: 15px; | |
11 max-height: 300px; | 6 max-height: 300px; |
12 overflow-y: auto; | 7 overflow-y: auto; |
13 } | 8 } |
14 | 9 |
15 cr-expand-button { | 10 cr-expand-button { |
16 -webkit-margin-end: 10px; | 11 -webkit-margin-end: 10px; |
17 } | 12 } |
18 | 13 |
19 iron-icon { | |
20 -webkit-margin-end: 10px; | |
Dan Beam
2016/04/12 04:28:14
done with --iron-icon-spacing
| |
21 } | |
22 | |
23 settings-bluetooth-add-device-dialog, | 14 settings-bluetooth-add-device-dialog, |
24 settings-bluetooth-pair-device-dialog { | 15 settings-bluetooth-pair-device-dialog { |
25 height: 400px; | 16 height: 400px; |
26 padding: 0; | 17 padding: 0; |
27 width: 500px; | 18 width: 500px; |
28 } | 19 } |
stevenjb
2016/04/12 15:58:48
Move to .html?
Dan Beam
2016/04/12 19:51:02
bluetooth_add_device_dialog.html and bluetooth_pai
| |
29 | |
30 span.no-devices { | |
31 margin: 10px 20px; | |
Dan Beam
2016/04/12 04:28:14
positioned better by .list-frame
| |
32 } | |
OLD | NEW |