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

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

Issue 3171003: DOMUI: Add basic HTML for the AutoFill options page. (Closed)
Patch Set: 80 cols. Created 10 years, 4 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
« no previous file with comments | « chrome/browser/resources/options/autofill_options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/autofill_options_page.css
diff --git a/chrome/browser/resources/options/autofill_options_page.css b/chrome/browser/resources/options/autofill_options_page.css
new file mode 100644
index 0000000000000000000000000000000000000000..923479b3138c72737b48bc1f13f361b27180b4c0
--- /dev/null
+++ b/chrome/browser/resources/options/autofill_options_page.css
@@ -0,0 +1,15 @@
+div.autofill-section {
+ display: block;
+ padding: 1em 0 0;
+}
+
+#profileSelectContainer {
+ display: -webkit-box;
+}
+
+#profileSelectLeftColumn {
+ -webkit-box-flex: 1;
+}
+#profileSelectLeftColumn select {
+ width: 100%;
+}
« no previous file with comments | « chrome/browser/resources/options/autofill_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698