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

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

Issue 1583293004: Changes to Autofill settings page to ensure Credit Card list is always at least partially visible o… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing superfluous extra-margin class Created 4 years, 11 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 | « no previous file | 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 815c58c40790585847ab06eb9b40229a286f3e08..dd131a6c52e77a21dacb9b7d445814c1390a5650 100644
--- a/chrome/browser/resources/options/autofill_options.css
+++ b/chrome/browser/resources/options/autofill_options.css
@@ -7,7 +7,7 @@
}
#autofill-options list {
- min-height: 172px;
+ height: 192px; /* This is the min-height for lists from WebUI.*/
}
.autofill-list-item {
@@ -38,7 +38,7 @@
#autofill-add-address,
#autofill-add-creditcard {
- margin: 5px 5px;
+ margin: 5px 0;
}
#autofill-options .list-inline-button {
@@ -56,3 +56,13 @@
.hides-on-hover {
display: none;
}
+
+.settings-list + .autofill-section-header {
+ margin-top: 20px;
+}
+
+#autofill-options .autofill-section-header {
+ display: flex;
+ justify-content: space-between;
+ margin-bottom: 5px;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/options/autofill_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698