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

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

Issue 2247723002: ChromeOS: Implement EULA screen 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_welcome.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_welcome.html b/chrome/browser/resources/chromeos/login/oobe_welcome.html
index cefa8902cb55f8575776778be4502d67fd8e0140..0ab78e1991f8124ae4e2a0bc5904e324477d023e 100644
--- a/chrome/browser/resources/chromeos/login/oobe_welcome.html
+++ b/chrome/browser/resources/chromeos/login/oobe_welcome.html
@@ -21,7 +21,7 @@
<dom-module name="oobe-welcome-md">
<link rel="stylesheet" href="oobe_welcome.css">
<template>
- <oobe-card id="welcomeSection" class="fit" hidden="[[!welcomeScreenShown]]">
+ <oobe-card id="welcomeSection" hidden="[[!welcomeScreenShown]]">
<div class="header flex vertical layout end-justified start">
<h1 class="welcome-message" i18n-content="networkScreenGreeting"></h1>
</div>
@@ -48,7 +48,7 @@
</div>
</div>
</oobe-card>
- <oobe-dialog class="fit" hidden="[[!languageSelectionScreenShown]]"
+ <oobe-dialog hidden="[[!languageSelectionScreenShown]]"
has-buttons>
<iron-icon icon="icons:language" class="oobe-icon"></iron-icon>
<div class="header flex layout vertical end-justified start">
@@ -84,7 +84,7 @@
</oobe-text-button>
</div>
</oobe-dialog>
- <oobe-dialog class="fit" hidden="[[!accessibilityOptionsScreenShown]]"
+ <oobe-dialog hidden="[[!accessibilityOptionsScreenShown]]"
has-buttons>
<iron-icon icon="icons:accessibility" class="oobe-icon"></iron-icon>
<div class="header flex layout vertical end-justified start">
@@ -147,7 +147,7 @@
</oobe-text-button>
</div>
</oobe-dialog>
- <oobe-dialog id="networkSection" class="fit"
+ <oobe-dialog id="networkSection"
hidden="[[!networkSelectionScreenShown]]">
<iron-icon icon="oobe-welcome:wifi" class="oobe-icon"></iron-icon>
<div class="header flex layout vertical end-justified start">
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_welcome.css ('k') | chrome/browser/resources/chromeos/login/oobe_welcome.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698