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

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

Issue 996973003: Revamp Autofill Wallet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac compiles Created 5 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
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/options/autofill_options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 1e08bfb5c1327d3b527d2b998191f8f3dbb8426f..8d844f17a8f2d20aa1daf3f30cb596821f25f728 100644
--- a/chrome/browser/resources/options/autofill_options.css
+++ b/chrome/browser/resources/options/autofill_options.css
@@ -17,15 +17,14 @@
text-overflow: ellipsis;
}
-.autofill-list-item + img {
- -webkit-padding-end: 20px;
- vertical-align: top;
-}
-
#autofill-options > div:last-child {
margin-top: 15px;
}
+#autofill-options .deletable-item > span {
+ color: #777;
+}
+
#autofill-options > div.settings-list > div:last-child {
border-top: 1px solid #d9d9d9;
padding: 5px 10px;
@@ -37,6 +36,7 @@
}
#autofill-options .list-inline-button {
+ -webkit-margin-start: 12px;
margin-top: 0;
vertical-align: top;
}
@@ -44,4 +44,4 @@
#autofill-options div[role='listitem']:not(:hover):not([selected])
.list-inline-button {
display: none;
-}
+}
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/options/autofill_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698