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

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

Issue 6034005: DOMUI: Implement the new-style Autofill options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes 2. Created 10 years 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 0c18e3c3ac9b967a19555defb140c85499a167f0..673731c2a4315e17a2e80ae4f457da89e7397907 100644
--- a/chrome/browser/resources/options/autofill_options.css
+++ b/chrome/browser/resources/options/autofill_options.css
@@ -1,16 +1,12 @@
-div.autofill-section {
- display: block;
- padding: 1em 0 0;
+.autofill-list-item {
+ -webkit-padding-start: 8px;
}
-#profile-select-container {
- display: -webkit-box;
+#autofill-options > div:last-child {
+ margin-top: 15px;
}
-#profile-select-left-column {
- -webkit-box-flex: 1;
-}
-
-#profile-select-left-column select {
- width: 100%;
+#autofill-options * div.settings-list > :last-child {
+ border-top: 1px solid #D9D9D9;
+ padding: 5px 10px;
}

Powered by Google App Engine
This is Rietveld 408576698