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

Unified Diff: chrome/browser/resources/settings/a11y_page/a11y_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 | « no previous file | chrome/browser/resources/settings/people_page/people_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/a11y_page/a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
index af67455dc5d6b8386ec73f302f9dcc799fa4ef07..fafbf4f6d2abd4160256e62ac92e10c44531b1cd 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -88,10 +88,9 @@
<if expr="not chromeos">
<div class="settings-box first">
</if>
- <div class="button-strip">
- <paper-button class="primary-button"
- on-tap="onMoreFeaturesTap_">$i18n{moreFeaturesLink}</paper-button>
- </div>
+ <paper-button class="primary-button" on-tap="onMoreFeaturesTap_">
+ $i18n{moreFeaturesLink}
+ </paper-button>
</div>
</template>
<script src="a11y_page.js"></script>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/people_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698