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

Unified Diff: chrome/browser/resources/settings/system_page/system_page.html

Issue 1981423002: [MD settings] change button padding and placement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed sign in button Created 4 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 | « chrome/browser/resources/settings/settings_shared_css.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/settings/system_page/system_page.html
diff --git a/chrome/browser/resources/settings/system_page/system_page.html b/chrome/browser/resources/settings/system_page/system_page.html
index ca2d87ab7ed8ad675e4375ab4aab27b7e4e0a6ee..37c2f54ed5eaa9752d76fdbe681a6baafd29fb09 100644
--- a/chrome/browser/resources/settings/system_page/system_page.html
+++ b/chrome/browser/resources/settings/system_page/system_page.html
@@ -36,11 +36,9 @@
</div>
</div>
<div class="settings-box">
- <div class="button-strip">
- <paper-button class="primary-button" on-tap="onChangeProxySettingsTap_">
- $i18n{changeProxySettings}
- </paper-button>
- </div>
+ <paper-button class="primary-button" on-tap="onChangeProxySettingsTap_">
+ $i18n{changeProxySettings}
+ </paper-button>
</div>
</template>
<script src="chrome://md-settings/system_page/system_page.js"></script>
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698