Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / options / password_manager_list.css
blobee17a12d31e1b2aefc5bcd8b00308be0733ae10d
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 #saved-passwords-list .list-inline-button {
6 -webkit-transition: opacity 150ms;
7 background: rgb(138, 170, 237);
8 font-size: 0.9em;
9 height: 18px;
10 margin-left: 2px;
11 margin-right: 2px;
12 padding: 0 2px;
13 position: absolute;
14 top: 3px;
17 html[dir='ltr'] #saved-passwords-list .list-inline-button {
18 right: 2px;
21 html[dir='rtl'] #saved-passwords-list .list-inline-button {
22 left: 2px;
25 input[type='password'].inactive-password {
26 background: transparent;
27 border: none;
30 #saved-passwords-list .url {
31 box-sizing: border-box;
32 width: 40%;
35 #saved-passwords-list .name {
36 -webkit-box-flex: 1;
37 width: 30%;
40 #saved-passwords-list .password,
41 #saved-passwords-list .federation {
42 -webkit-box-flex: 1;
43 position: relative;
44 width: 30%;
47 #saved-passwords-list .password input[type='password'],
48 #saved-passwords-list .password input[type='text'] {
49 box-sizing: border-box;
50 width: 100%;
53 #password-exceptions-list .url {
54 -webkit-box-flex: 1;
57 #saved-passwords-list .url,
58 #saved-passwords-list .name,
59 #saved-passwords-list .federation,
60 #password-exceptions-list .url {
61 overflow: hidden;
62 text-overflow: ellipsis;