Index: chrome/browser/resources/options2/password_manager_list.css |
diff --git a/chrome/browser/resources/options2/password_manager_list.css b/chrome/browser/resources/options2/password_manager_list.css |
deleted file mode 100644 |
index 8688619c287d137d8d3ff26891f32da34d191072..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/options2/password_manager_list.css |
+++ /dev/null |
@@ -1,58 +0,0 @@ |
-/* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. */ |
- |
-#saved-passwords-list .list-inline-button { |
- -webkit-transition: opacity 150ms; |
- background: rgb(138, 170, 237); |
- font-size: 0.9em; |
- height: 18px; |
- padding: 0 2px; |
- position: absolute; |
- top: 3px; |
-} |
- |
-html[dir='ltr'] #saved-passwords-list .list-inline-button { |
- right: 2px; |
-} |
- |
-html[dir='rtl'] #saved-passwords-list .list-inline-button { |
- left: 2px; |
-} |
- |
-input[type='password'].inactive-password { |
- background: transparent; |
- border: none; |
-} |
- |
-#saved-passwords-list .url { |
- box-sizing: border-box; |
- width: 40%; |
-} |
- |
-#saved-passwords-list .name { |
- -webkit-box-flex: 1; |
- width: 20%; |
-} |
- |
-#saved-passwords-list .password { |
- -webkit-box-flex: 1; |
- position: relative; |
-} |
- |
-#saved-passwords-list .password input[type='password'], |
-#saved-passwords-list .password input[type='text'] { |
- box-sizing: border-box; |
- width: 100%; |
-} |
- |
-#password-exceptions-list .url { |
- -webkit-box-flex: 1; |
-} |
- |
-#saved-passwords-list .url, |
-#saved-passwords-list .name, |
-#password-exceptions-list .url { |
- overflow: hidden; |
- text-overflow: ellipsis; |
-} |