Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Unified Diff: chrome/browser/resources/options2/autofill_options.css

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options2/autofill_options.css
diff --git a/chrome/browser/resources/options2/autofill_options.css b/chrome/browser/resources/options2/autofill_options.css
deleted file mode 100644
index 488197c6ef492250890360b1fbdf71f7b203cc7f..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/autofill_options.css
+++ /dev/null
@@ -1,52 +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. */
-
-#autofill-options {
- min-width: 550px;
-}
-
-#autofill-help {
- bottom: 18px;
- position: absolute;
-}
-
-#autofill-options list {
- min-height: 172px;
-}
-
-.autofill-list-item {
- -webkit-box-flex: 1;
- -webkit-padding-start: 8px;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
-.autofill-list-item + img {
- -webkit-padding-end: 20px;
- vertical-align: top;
-}
-
-#autofill-options > div:last-child {
- margin-top: 15px;
-}
-
-#autofill-options > div.settings-list > div:last-child {
- border-top: 1px solid #d9d9d9;
- padding: 5px 10px;
-}
-
-#autofill-add-address,
-#autofill-add-creditcard {
- margin: 5px 5px;
-}
-
-#autofill-options .list-inline-button {
- margin-top: 0;
- vertical-align: top;
-}
-
-#autofill-options div[role='listitem']:not(:hover):not([selected])
- .list-inline-button {
- display: none;
-}
« no previous file with comments | « chrome/browser/resources/options2/autofill_edit_overlay.css ('k') | chrome/browser/resources/options2/autofill_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698