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 e777c941248899ee3e10f9e903fa8e4ad4f12a4e..7849beb7a5a38cdd3e94aa8e2ef942e743ef3b8b 100644 |
--- a/chrome/browser/resources/options/autofill_options.css |
+++ b/chrome/browser/resources/options/autofill_options.css |
@@ -6,11 +6,6 @@ |
width: 550px; |
} |
-#autofill-help { |
- bottom: 18px; |
- position: absolute; |
-} |
- |
#autofill-options list { |
min-height: 172px; |
} |
@@ -50,3 +45,7 @@ |
.list-inline-button { |
display: none; |
} |
+ |
+#autofill-options .spacer-div { |
Evan Stade
2014/10/29 23:51:57
why two rules for the same thing?
Garrett Casto
2014/10/30 00:14:44
Wasn't sure what the right place to put a shared r
Evan Stade
2014/10/31 18:23:31
seems legit
|
+ -webkit-box-flex: 1; |
+} |