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

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: Spacing tweak 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
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..3f9b6b330b625469aad93d125e885458610b624f 100644
--- a/chrome/browser/resources/options/autofill_options.css
+++ b/chrome/browser/resources/options/autofill_options.css
@@ -7,7 +7,8 @@
}
#autofill-options list {
- min-height: 172px;
+ height: 192px; /* min-height for lists in webui */
Dan Beam 2016/01/20 22:19:15 2 spaces before comments, try to make full[er] sen
+ margin-bottom: 1em;
Dan Beam 2016/01/20 22:19:15 unless you're copying something, you probably ough
}
.autofill-list-item {
@@ -38,7 +39,10 @@
#autofill-add-address,
#autofill-add-creditcard {
- margin: 5px 5px;
+ float: right;
Dan Beam 2016/01/20 22:19:15 RTL
+ font-size: small;
+ margin-right: 0;
Dan Beam 2016/01/20 22:19:15 RTL
+ margin-top: .5em;
}
#autofill-options .list-inline-button {
@@ -56,3 +60,7 @@
.hides-on-hover {
display: none;
}
+
+#autofill-options .vertical-space {
+ height: 2em;
+}

Powered by Google App Engine
This is Rietveld 408576698