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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_welcome.html

Issue 2856933004: ChromeOS OOBE: Fix language and keyboard md-select look. (Closed)
Patch Set: Nits. Created 3 years, 8 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 | « chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8396e15a7e077bdfa769e3fe5c932b1a11ace080..34d39e4e3173a2187cc4c8091b1101df8448995e 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>
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698