BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / options / autofill_edit_overlay.css
blob9f78131956a598eab8f0f421c5b7b1686cc6eabe
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 {
6 min-width: 55em;
9 #autofill-edit-credit-card-overlay {
10 min-width: 500px;
13 #autofill-edit-address-overlay .long div[role='listitem'] > div > div,
14 #autofill-edit-address-overlay .long input,
15 #autofill-edit-address-overlay textarea.long,
16 #autofill-edit-address-overlay input.long {
17 width: 16em;
20 #autofill-edit-address-overlay .short div[role='listitem'] > div > div,
21 #autofill-edit-address-overlay .short input,
22 #autofill-edit-address-overlay textarea.short,
23 #autofill-edit-address-overlay input.short {
24 width: 14em;
27 #autofill-edit-address-overlay .country {
28 max-width: 450px;
31 #autofill-edit-address-overlay list {
32 -webkit-margin-start: -3px;
33 /* Min height is a multiple of the list item height (32px). */
34 min-height: 32px;
37 #autofill-edit-address-overlay list div.static-text {
38 -webkit-box-flex: 1;
39 -webkit-padding-end: 4px;
40 -webkit-padding-start: 4px;
41 border: 1px solid darkGray;
42 border-radius: 2px;
43 /* Border should go "inside" the height. */
44 box-sizing: border-box;
45 /* Set the line-height and min-height to match the height of an input element,
46 * so that even empty cells renderer with the correct height. */
47 height: 2em;
48 line-height: 2em;
51 #autofill-edit-address-overlay list:not([has-element-focus]) >
52 [selected]:not(:hover) {
53 background-color: transparent;
56 #autofill-edit-address-overlay list:not([has-element-focus]) > *:not(:hover)
57 .row-delete-button {
58 opacity: 0;
59 pointer-events: none;
62 :-webkit-any(#autofill-edit-credit-card-overlay, #autofill-edit-address-overlay)
63 .settings-row label > :-webkit-any(input, select, textarea, list) {
64 margin-top: 4px;
67 .input-group > * {
68 -webkit-box-orient: vertical;
69 -webkit-margin-end: 2px;
70 display: -webkit-inline-box;
71 vertical-align: top;
74 #autofill-edit-credit-card-overlay .content-area > *:first-child {
75 margin-top: 0;