Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / autofill_options.css
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. */
4
5 #autofill-options {
6   width: 550px;
7 }
8
9 #autofill-options list {
10   min-height: 172px;
11 }
12
13 .autofill-list-item {
14   -webkit-box-flex: 1;
15   -webkit-padding-start: 8px;
16   overflow: hidden;
17   text-overflow: ellipsis;
18 }
19
20 .autofill-list-item + img {
21   -webkit-padding-end: 20px;
22   vertical-align: top;
23 }
24
25 #autofill-options > div:last-child {
26   margin-top: 15px;
27 }
28
29 #autofill-options > div.settings-list > div:last-child {
30   border-top: 1px solid #d9d9d9;
31   padding: 5px 10px;
32 }
33
34 #autofill-add-address,
35 #autofill-add-creditcard {
36   margin: 5px 5px;
37 }
38
39 #autofill-options .list-inline-button {
40   margin-top: 0;
41   vertical-align: top;
42 }
43
44 #autofill-options div[role='listitem']:not(:hover):not([selected])
45     .list-inline-button {
46   display: none;
47 }