Chromium Code Reviews| Index: chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| diff --git a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| index c55a60df3147242972f4721c6b43cf9538a1eebc..9bbbe4c29dc01b9d4f134e494e309a32892e194d 100644 |
| --- a/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| +++ b/chrome/browser/resources/settings/a11y_page/manage_a11y_page.html |
| @@ -1,4 +1,5 @@ |
| <link rel="import" href="chrome://resources/html/polymer.html"> |
| +<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html"> |
| <link rel="import" href="/controls/settings_checkbox.html"> |
| <link rel="import" href="/i18n_setup.html"> |
| <link rel="import" href="/route.html"> |
| @@ -140,6 +141,8 @@ |
| <div class="start"> |
| <div>$i18n{mouseSettingsTitle}</div> |
| <div class="secondary">$i18n{mouseSettingsDescription}</div> |
| + <button class="icon-arrow-right" is="paper-icon-button-light"> |
| + </button> |
| </div> |
| </div> |
| @@ -154,8 +157,10 @@ |
| <div class="settings-box two-line" on-tap="onMoreFeaturesTap_" actionable> |
| <div class="start"> |
| <div>$i18n{additionalFeaturesTitle}</div> |
| - <div class="secondary">$i18n{additionalFeaturesDescription}</div> |
| + <div class="secondary">$i18n{a11yWebStore}</div> |
| </div> |
| + <button class="icon-external" is="paper-icon-button-light"> |
| + </button> |
|
Dan Beam
2016/09/28 21:56:26
many of these fit on one line, and they probably s
dschuyler
2016/09/29 00:40:57
Done.
|
| </div> |
| </template> |
| <script src="manage_a11y_page.js"></script> |