Chromium Code Reviews| Index: chrome/browser/resources/chromeos/login/oobe_a11y_option.html |
| diff --git a/chrome/browser/resources/chromeos/login/oobe_a11y_option.html b/chrome/browser/resources/chromeos/login/oobe_a11y_option.html |
| index 502e5d69fb232d7de2b641feef6de94054814ac5..df71c66e49762c04b5b572674a67dc24fa9f15e3 100644 |
| --- a/chrome/browser/resources/chromeos/login/oobe_a11y_option.html |
| +++ b/chrome/browser/resources/chromeos/login/oobe_a11y_option.html |
| @@ -4,8 +4,9 @@ |
| <dom-module name="oobe-a11y-option"> |
| <template> |
| - <div class="layout horizontal"> |
| - <div id="labelContainer" class="flex layout vertical"> |
| + <link rel="stylesheet" href="oobe_a11y_option.css"> |
| + <div id="element-box" class="layout horizontal"> |
|
michaelpg
2016/08/18 19:40:58
elementBox for consistency with other IDs
Alexander Alekseev
2016/08/19 06:00:05
Done.
|
| + <div class="flex layout vertical center-justified"> |
| <div id="titleContainer"> |
| <content select=".title"></content> |
| </div> |