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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_update.html

Issue 10827169: [cros] OOBE slide animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="step right hidden" id="update"> 1 <div class="step right hidden animated" id="update">
2 <div class="step-logo">
3 <img src="chrome://theme/IDR_PRODUCT_LOGO">
4 </div>
5 <div class="step-contents"> 2 <div class="step-contents">
6 <div id="update-cancel-hint" hidden> 3 <div id="update-cancel-hint" hidden>
7 <p i18n-content="cancelUpdateHint"></p> 4 <p i18n-content="cancelUpdateHint"></p>
8 </div> 5 </div>
9 <div id="update-screen-curtain"> 6 <div id="update-screen-curtain">
10 <p i18n-content="checkingForUpdates"></p> 7 <p i18n-content="checkingForUpdates"></p>
11 <p id="update-checking-ellipsis"></p> 8 <p id="update-checking-ellipsis"></p>
12 </div> 9 </div>
13 <div id="update-screen-main" hidden> 10 <div id="update-screen-main" hidden>
14 <p id="update-upper-label"></p> 11 <p id="update-upper-label"></p>
15 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p> 12 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p>
16 <progress id="update-progress-bar" max="100" value="0"></progress> 13 <progress id="update-progress-bar" max="100" value="0"></progress>
17 <p id="update-estimated-time-left" hidden></p> 14 <p id="update-estimated-time-left" hidden></p>
18 </div> 15 </div>
19 </div> 16 </div>
20 </div> 17 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698