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

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

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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/options/autofill_options.css
diff --git a/chrome/browser/resources/options/autofill_options.css b/chrome/browser/resources/options/autofill_options.css
deleted file mode 100644
index 55521b272e818dfb3f74f2798008ac11015d897e..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/autofill_options.css
+++ /dev/null
@@ -1,37 +0,0 @@
-.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: middle;
-}
-
-#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: 2px 0;
-}
-
-.autofill-list-item + button,
-.autofill-list-item + img + button {
- background: #8aaaed !important; /* Gets overwritten by raw-button:hover */
- color: #fff;
- margin-top: 0;
-}
-
-#address-list > div:not(:hover) * button,
-#creditcard-list > div:not(:hover) * button {
- display: none;
-}

Powered by Google App Engine
This is Rietveld 408576698