OLD | NEW |
1 /* Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 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 #availableIcons { | 5 #available-icons { |
6 -webkit-margin-start: 16px; | 6 -webkit-margin-start: 16px; |
7 margin-top: 16px; | 7 margin-top: 16px; |
8 } | 8 } |
9 | 9 |
| 10 #available-icons paper-button { |
| 11 padding: 4px; |
| 12 } |
| 13 |
| 14 #preview-pane { |
| 15 flex-shrink: 0; |
| 16 margin: 18px 10px 0 0; |
| 17 width: 228px; |
| 18 } |
| 19 |
| 20 #preview-pane img { |
| 21 border: solid 1px #cacaca; |
| 22 border-radius: 4px; |
| 23 max-height: 220px; |
| 24 max-width: 220px; |
| 25 padding: 3px; |
| 26 } |
| 27 |
10 .user-image { | 28 .user-image { |
11 height: 64px; | 29 height: 64px; |
12 width: 64px; | 30 width: 64px; |
13 } | 31 } |
OLD | NEW |