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

Unified Diff: chrome/browser/resources/settings/appearance_page/home_url_input.html

Issue 2863973004: [MD settings] .settings-row.wide and reduce use of flex layout (Closed)
Patch Set: Created 3 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
Index: chrome/browser/resources/settings/appearance_page/home_url_input.html
diff --git a/chrome/browser/resources/settings/appearance_page/home_url_input.html b/chrome/browser/resources/settings/appearance_page/home_url_input.html
index 0e9dc1036d42fa5706db1274895afef8b60ac63e..6b14fa4559c02c912b7f6dc4a6c7abf8eb665004 100644
--- a/chrome/browser/resources/settings/appearance_page/home_url_input.html
+++ b/chrome/browser/resources/settings/appearance_page/home_url_input.html
@@ -1,5 +1,6 @@
-<link rel="import" href="chrome://resources/html/assert.html">
<link rel="import" href="chrome://resources/html/polymer.html">
+
+<link rel="import" href="chrome://resources/html/assert.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
<link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_behavior.html">
<link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_indicator.html">
@@ -18,7 +19,7 @@
justify-content: space-between;
}
</style>
- <div id="outerDiv" class="layout horizontal center">
+ <div id="outerDiv" class="settings-row">
<paper-input id="input" value="{{value}}" no-label-float
label="$i18n{enterCustomWebAddress}" error-message="$i18n{notValid}"
on-change="onChange_" on-keydown="onKeydown_" on-input="validate_"

Powered by Google App Engine
This is Rietveld 408576698