Elim cr-checkbox
[chromium-blink-merge.git] / chrome / browser / resources / options / autofill_options.css
blob815c58c40790585847ab06eb9b40229a286f3e08
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-options {
6 width: 550px;
9 #autofill-options list {
10 min-height: 172px;
13 .autofill-list-item {
14 -webkit-padding-start: 8px;
15 max-width: 50%;
16 overflow: hidden;
17 text-overflow: ellipsis;
20 .autofill-list-item + .deemphasized {
21 -webkit-box-flex: 1;
22 overflow: hidden;
23 text-overflow: ellipsis;
26 #autofill-options > div:last-child {
27 margin-top: 15px;
30 #autofill-options .deemphasized {
31 color: #777;
34 #autofill-options > div.settings-list > div:last-child {
35 border-top: 1px solid #d9d9d9;
36 padding: 5px 10px;
39 #autofill-add-address,
40 #autofill-add-creditcard {
41 margin: 5px 5px;
44 #autofill-options .list-inline-button {
45 -webkit-margin-start: 12px;
46 margin-top: 0;
47 vertical-align: top;
50 #autofill-options div[role='listitem']:not(:hover):not([selected])
51 .hide-until-hover {
52 display: none;
55 #autofill-options div[role='listitem']:-webkit-any(:hover,[selected])
56 .hides-on-hover {
57 display: none;