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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 2 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
3 <if expr="chromeos"> 3 <if expr="chromeos">
4 <link rel="import" href="chrome://md-settings/controls/settings_checkbox.html"> 4 <link rel="import" href="chrome://md-settings/controls/settings_checkbox.html">
5 </if> 5 </if>
6 <link rel="import" href="chrome://md-settings/settings_shared_css.html"> 6 <link rel="import" href="chrome://md-settings/settings_shared_css.html">
7 7
8 <dom-module id="settings-a11y-page"> 8 <dom-module id="settings-a11y-page">
9 <template> 9 <template>
10 <style include="settings-shared"></style> 10 <style include="settings-shared"></style>
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 </template> 81 </template>
82 </div> 82 </div>
83 </if> 83 </if>
84 84
85 <if expr="chromeos"> 85 <if expr="chromeos">
86 <div class="settings-box"> 86 <div class="settings-box">
87 </if> 87 </if>
88 <if expr="not chromeos"> 88 <if expr="not chromeos">
89 <div class="settings-box first"> 89 <div class="settings-box first">
90 </if> 90 </if>
91 <div class="button-strip"> 91 <paper-button class="primary-button" on-tap="onMoreFeaturesTap_">
92 <paper-button class="primary-button" 92 $i18n{moreFeaturesLink}
93 on-tap="onMoreFeaturesTap_">$i18n{moreFeaturesLink}</paper-button> 93 </paper-button>
94 </div>
95 </div> 94 </div>
96 </template> 95 </template>
97 <script src="a11y_page.js"></script> 96 <script src="a11y_page.js"></script>
98 </dom-module> 97 </dom-module>
OLDNEW
« 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