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 :host { | 5 :host { |
| 6 display: inline-block; | 6 display: inline-block; |
| 7 } | 7 } |
| 8 | 8 |
| 9 select { | 9 select { |
| 10 font-size: 16px; | 10 font-size: 16px; |
| 11 margin-bottom: 10px; | 11 margin-bottom: 10px; |
| 12 margin-top: 10px; | 12 margin-top: 10px; |
| 13 padding: 5px; | 13 padding: 5px; |
| 14 } | 14 } |
| 15 | 15 |
| 16 span { | 16 span { |
| 17 @apply(--paper-font-subhead); | 17 @apply(--paper-font-subhead); |
| 18 @apply(--paper-input-container-input); | 18 @apply(--paper-input-container-input); |
| 19 margin: 5px; | 19 margin: 5px; |
| 20 } | 20 } |
| 21 | 21 |
| 22 cr-policy-network-indicator { | |
| 23 -webkit-margin-end: 10px; | |
| 24 mwrgin-bottom: 5px; | |
| 25 } | |
| 26 | |
| 22 paper-checkbox { | 27 paper-checkbox { |
| 23 margin-bottom: 10px; | 28 margin-bottom: 10px; |
| 24 } | 29 } |
| 25 | 30 |
| 26 paper-input { | 31 paper-input { |
| 27 margin: -9px 5px 0 5px; | 32 -webkit-margin-start: 5px; |
| 33 -webkit-margin-end: 5px; | |
| 34 mwrgin-top: -9px; | |
|
michaelpg
2015/10/10 06:01:32
margin
stevenjb
2015/10/22 19:08:08
Done.
| |
| 28 } | 35 } |
| OLD | NEW |