1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #autofill-edit-address-overlay {
9 #autofill-edit-credit-card-overlay {
13 #full-name-list input
,
24 #autofill-edit-address-overlay list
{
25 -webkit-margin-start: -3px;
26 /* Min height is a multiple of the list item height (32px). */
30 #autofill-edit-address-overlay list div
.static-text
{
31 -webkit-border-radius: 2px;
33 -webkit-padding-end: 4px;
34 -webkit-padding-start: 4px;
35 border: 1px solid darkGray
;
36 /* Set the line-height and min-height to match the height of an input element,
37 * so that even empty cells renderer with the correct height. */
42 :-webkit-any
(#autofill-edit-credit-card-overlay
, #autofill-edit-address-overlay
)
43 .settings-row div + :-webkit-any(input, select) {
47 #autofill-name-labels {
48 display: -webkit-inline-box
;
51 #autofill-name-labels span
{
57 display: inline-block
;
60 #full-name-list div
[role
='listitem'] > div
{
64 #full-name-list div
[role
='listitem'] > div
> div
,
65 #autofill-name-labels span
{
66 -webkit-margin-end: 5px;
70 :-webkit-any
(#phone-list
, #email-list
) div
[role
='listitem'] > div
> div
,
71 :-webkit-any
(#phone-list
, #email-list
) input
{
76 -webkit-box-orient: vertical
;
77 -webkit-margin-end: 2px;
78 display: -webkit-inline-box
;
82 #autofill-edit-credit-card-overlay .content-area
> *:first-child
{