Chromium Code Reviews| Index: chrome/browser/resources/settings/languages_page/edit_dictionary_page.html |
| diff --git a/chrome/browser/resources/settings/languages_page/edit_dictionary_page.html b/chrome/browser/resources/settings/languages_page/edit_dictionary_page.html |
| index b1a5585b63e23ba7635fddffce36cb00cd551f05..a1bda4ce9d7ce37ffc4c9e8d4c09a9e52d10c8be 100644 |
| --- a/chrome/browser/resources/settings/languages_page/edit_dictionary_page.html |
| +++ b/chrome/browser/resources/settings/languages_page/edit_dictionary_page.html |
| @@ -42,11 +42,11 @@ |
| <paper-input id="newWord" no-label-float |
| label="$i18n{addDictionaryWordLabel}"></paper-input> |
| </div> |
| - <paper-button on-tap="onAddWordTap_"> |
| + <paper-button class="secondary-button" on-tap="onAddWordTap_"> |
| $i18n{addDictionaryWordButton} |
| </paper-button> |
| </div> |
| - <div class="settings-box block"> |
| + <div class="settings-box first block"> |
|
dschuyler
2017/02/01 23:06:23
Will .continuation work in place of .first here?
scottchen
2017/02/02 01:17:14
Done.
|
| <h2>$i18n{customDictionaryWords}</h2> |
| <div class="list-frame"> |
| <iron-list id="list" items="{{words_}}"> |