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

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

Issue 2254733004: ChromeOS: Update styles of material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 4 years, 4 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
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 de50716822d134a86ba4a421aff2e97dc1bc9f45..2c97fd83af688e5964d275cfaefef232a8c8e843 100644
--- a/chrome/browser/resources/chromeos/login/oobe_dialog.html
+++ b/chrome/browser/resources/chromeos/login/oobe_dialog.html
@@ -25,24 +25,22 @@
with clases |footer| and |oobe-icon|.
-->
<dom-module name="oobe-dialog">
- <link rel="stylesheet" href="oobe_dialog_host.css">
- <link rel="stylesheet" href="oobe_dialog.css">
<template>
- <div class="oobe-header vertical layout relative">
- <div class="header-container flex vertical layout relative">
- <div class="oobe-icon-div">
- <content select=".oobe-icon"></content>
- </div>
+ <link rel="stylesheet" href="oobe_dialog_host.css">
+ <link rel="stylesheet" href="oobe_dialog.css">
+ <div id="header-container">
+ <div class="oobe-icon-div">
+ <content select=".oobe-icon"></content>
+ </div>
+ <div class="oobe-header layout vertical">
<content select=".header"></content>
</div>
</div>
- <div class="oobe-footer flex vertical layout">
- <div class="footer-container flex vertical layout">
- <content select=".footer"></content>
- </div>
+ <div id="footer-container" class="flex">
+ <content select=".footer"></content>
</div>
<template is="dom-if" if="[[hasButtons]]">
- <div id="oobe-bottom" class="layout horizontal end-justified">
+ <div id="oobe-bottom" class="layout horizontal center">
<content select=".bottom-buttons"></content>
</div>
</template>
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_dialog.css ('k') | chrome/browser/resources/chromeos/login/oobe_dialog_host.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698