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; |
+} |