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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_adder.css

Issue 1128313004: Convert search_engines_page (and search_engine-adder) to be compatible with Polymer 0.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jlklein comments. Created 5 years, 7 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 | « no previous file | chrome/browser/resources/settings/search_engines_page/search_engine_adder.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/search_engines_page/search_engine_adder.css
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_adder.css b/chrome/browser/resources/settings/search_engines_page/search_engine_adder.css
new file mode 100644
index 0000000000000000000000000000000000000000..b4cb0bb3c50122168fe41fb39b1e330f3621d0bc
--- /dev/null
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_adder.css
@@ -0,0 +1,20 @@
+/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+.input-label {
+ font-size: 0.75em;
+}
+
+.container {
+ margin-top: 14px;
+ width: 660px;
+}
+
+.add-label {
+ width: 660px;
+}
+
+.input-field {
+ -webkit-margin-end: 20px;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/search_engines_page/search_engine_adder.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698