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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_eula.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_eula.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_eula.html b/chrome/browser/resources/chromeos/login/oobe_eula.html
index 5eb000621c41af652ef61504e2fc9d9ae59c30bc..dc6a6ec00f5b7f5913c009a7de0a45c618fab314 100644
--- a/chrome/browser/resources/chromeos/login/oobe_eula.html
+++ b/chrome/browser/resources/chromeos/login/oobe_eula.html
@@ -22,29 +22,28 @@
</iron-iconset-svg>
<dom-module name="oobe-eula-md">
- <link rel="stylesheet" href="oobe_eula.css">
<template>
+ <link rel="stylesheet" href="oobe_eula.css">
+ <link rel="stylesheet" href="oobe_dialog_parameters.css">
<oobe-dialog class="fit" hidden="[[!eulaLoadingScreenShown]]"
has-buttons>
<iron-icon icon="oobe-eula:googleg" class="oobe-icon"></iron-icon>
- <div class="header flex layout vertical end-justified start">
- <h1 class="welcome-message" i18n-content="termsOfServiceLoading"></h1>
+ <div class="header">
+ <h1 class="title" i18n-content="termsOfServiceLoading"></h1>
</div>
</oobe-dialog>
<oobe-dialog class="fit" hidden="[[!eulaScreenShown]]"
has-buttons>
<iron-icon icon="oobe-eula:googleg" class="oobe-icon"></iron-icon>
- <div class="header flex layout vertical end-justified start">
- <h1 class="welcome-message" i18n-content="oobeEulaSectionTitle"></h1>
+ <div class="header">
+ <h1 class="title" i18n-content="oobeEulaSectionTitle"></h1>
</div>
- <div class="footer layout vertical">
- <div id="cros-eula">
- <iframe id="crosEulaFrame" name="cros-eula-frame" class="eula-frame"
- src="chrome://terms" on-load="onFrameLoad_">
- </iframe>
- </div>
+ <div class="footer flex layout vertical">
+ <iframe id="crosEulaFrame" class="flex" src="chrome://terms"
+ on-load="onFrameLoad_">
+ </iframe>
</div>
- <div class="bottom-buttons layout horizontal">
+ <div class="bottom-buttons flex layout horizontal end-justified">
<oobe-text-button inverse on-tap="eulaAccepted_"
i18n-content="oobeEulaAcceptAndContinueButtonText"
disabled="[[acceptButtonDisabled]]">
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_eula.css ('k') | chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698