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

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

Issue 13913011: Polished update screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Presubmit checks passed. Created 7 years, 8 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_screen_update.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_update.html b/chrome/browser/resources/chromeos/login/oobe_screen_update.html
index d8ebbaf4d358f251bb2bae6857eb3c28ca0fac8c..b212f6c76c3d1ef3da64060274e3f54ce2a9122d 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_update.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_update.html
@@ -7,8 +7,8 @@
<div id="checking-updates-label" i18n-content="checkingForUpdatesMsg">
</div>
<div id="update-checking-progress" aria-live="polite">
- <p i18n-content="checkingForUpdates"></p>
- <p id="update-checking-ellipsis"></p>
+ <div class="throbber"></div>
+ <div i18n-content="checkingForUpdates"></div>
</div>
</div>
<div id="update-screen-main" hidden>
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/chromeos/login/oobe_screen_update.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698