Chromium Code Reviews| 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 core-label { | 5 core-label { |
| 6 margin: 10px; | 6 -webkit-margin-end: 10px; |
|
Jeremy Klein
2015/03/18 00:12:04
Are these core-label styles just going to be share
michaelpg
2015/03/18 01:40:08
Done.
| |
| 7 -webkit-margin-start: 0; | |
| 8 margin-bottom: 10px; | |
| 9 margin-top: 10px; | |
| 7 } | 10 } |
| 8 | 11 |
| 9 cr-checkbox { | 12 cr-checkbox { |
| 10 -webkit-margin-end: 10px; | 13 -webkit-margin-end: 10px; |
| 11 } | 14 } |
| 12 | 15 |
| 13 cr-input { | 16 cr-input { |
| 14 width: 300px; | 17 width: 300px; |
| 15 } | 18 } |
| 16 | 19 |
| 17 cr-input::shadow #input { | 20 cr-input::shadow #input { |
| 18 /* This ensures that the "Download location" label and the text in the input | 21 /* This ensures that the "Download location" label and the text in the input |
| 19 * itself are vertically aligned. */ | 22 * itself are vertically aligned. */ |
| 20 margin: 0.25em 0; | 23 margin: 0.25em 0; |
| 21 } | 24 } |
| 22 | 25 |
| 23 .location-label { | 26 .location-label { |
| 24 -webkit-margin-end: 10px; | 27 -webkit-margin-end: 10px; |
| 25 } | 28 } |
| OLD | NEW |