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

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

Issue 682133003: [Password Manager] Add link to remotely manage passowrds on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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 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;
+}

Powered by Google App Engine
This is Rietveld 408576698