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

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: Addressing second round of feedback 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..652b755d2e058a7e47d34c6fcceb85a70434f820 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.*/
Dan Beam 2016/01/28 01:35:13 i don't understand what this comment adds
tmartino 2016/01/28 19:09:56 Just trying not to leave an undocumented Magic Num
}
.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;
}
+
+#autofill-options .extra-margin {
Dan Beam 2016/01/28 01:35:13 could this just be .settings-list + .autofill-sec
tmartino 2016/01/28 19:09:56 Done.
+ margin-bottom: 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