| Index: chrome/browser/resources/chromeos/login/oobe_welcome.html
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_welcome.html b/chrome/browser/resources/chromeos/login/oobe_welcome.html
|
| index da366973dbca3bfc5b0d63454dbcb968bca6551b..7884ac015f2e04b3679b7b69d69888094b373651 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_welcome.html
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_welcome.html
|
| @@ -104,7 +104,8 @@
|
| <div class="footer layout vertical">
|
| <template is="dom-if" if="[[enabled]]">
|
| <div id="languageDropdownContainer"
|
| - class="flex layout horizontal justified language-selection-entry">
|
| + class="flex layout center horizontal justified
|
| + language-selection-entry">
|
| <div class="language-selection-title layout vertical center-justified"
|
| i18n-content="languageDropdownTitle">
|
| </div>
|
| @@ -115,7 +116,8 @@
|
| </oobe-i18n-dropdown>
|
| </div>
|
| <div id="keyboardDropdownContainer"
|
| - class="flex layout horizontal justified language-selection-entry">
|
| + class="flex layout center horizontal justified
|
| + language-selection-entry">
|
| <div class="language-selection-title layout vertical center-justified"
|
| i18n-content="keyboardDropdownTitle">
|
| </div>
|
| @@ -210,7 +212,8 @@
|
| <h1 class="title" i18n-content="timezoneSectionTitle"></h1>
|
| </div>
|
| <div class="footer layout vertical">
|
| - <div class="flex layout horizontal justified timezone-selection-entry">
|
| + <div class="flex layout center horizontal justified
|
| + timezone-selection-entry">
|
| <div class="timezone-selection-title layout vertical center-justified"
|
| i18n-content="timezoneDropdownTitle">
|
| </div>
|
|
|