| Index: chrome/browser/resources/chromeos/login/oobe_dialog.html
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.html b/chrome/browser/resources/chromeos/login/oobe_dialog.html
|
| index 7127a263a830bead21c852789ce6bf51dce63554..beb98fcb5b8ed8d2b31a3dc32147ab3a10c157c9 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_dialog.html
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_dialog.html
|
| @@ -57,11 +57,13 @@
|
| <content select=".header"></content>
|
| </div>
|
| </div>
|
| - <div id="footer-container" class="flex layout vertical">
|
| + <div id="footer-container" noFooter$="[[noFooter]]"
|
| + class="flex layout vertical">
|
| <content select=".footer"></content>
|
| </div>
|
| <template is="dom-if" if="[[hasButtons]]">
|
| - <div id="oobe-bottom" class="layout horizontal center">
|
| + <div id="oobe-bottom" hideShadow$="[[hideShadow]]"
|
| + class="layout horizontal center">
|
| <content select=".bottom-buttons"></content>
|
| </div>
|
| </template>
|
|
|