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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_urls_page.html

Issue 1338363003: [MD settings] minor changes to make OnStartup elements line up better (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/settings/on_startup_page/on_startup_shared.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
index 419f86a59f8ccb0cfe085166c34d1e98ec3a8c4a..ae3b15d367ab06d3d8ee73637975782bb3de81dc 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
@@ -18,13 +18,13 @@
</paper-icon-item>
</template>
</div>
- <div class="horizontal layout center">
+ <paper-icon-item>
<div i18n-content="onStartupAddPage"></div>&nbsp;
<paper-input class="flex" no-label-float
i18n-values="label:onStartupEnterUrl" value="{{newUrl}}">
</paper-input>
- </div>
- <div class="horizontal layout">
+ </paper-icon-item>
+ <div class="button-row">
<div class="flex">
<paper-button on-tap="onUseCurrentPagesTap_"
i18n-content="onStartupUseCurrent">
« no previous file with comments | « chrome/browser/resources/settings/on_startup_page/on_startup_shared.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698