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

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

Issue 2635493004: ChromeOS OOBE: update MD-OOBE after UI review. (Closed)
Patch Set: Added oobe-shield. Created 3 years, 11 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
OLDNEW
1 <div id="background" class="background-initial"></div> 1 <div id="background" class="background-initial"></div>
2 <include src="version.html"> 2 <include src="version.html">
3 <include src="api_keys_notice.html"> 3 <include src="api_keys_notice.html">
4 <div id="scroll-container"> 4 <div id="scroll-container">
5 <div id="outer-container" class="down"> 5 <div id="outer-container" class="down">
6 <div id="oobe-shield"></div>
6 <div id="oobe" class="faded"> 7 <div id="oobe" class="faded">
7 <div id="inner-container" class="down"> 8 <div id="inner-container" class="down">
8 <div id="step-logo" hidden> 9 <div id="step-logo" hidden>
9 <img src="chrome://theme/IDR_PRODUCT_LOGO" alt> 10 <img src="chrome://theme/IDR_PRODUCT_LOGO" alt>
10 <div id="header-sections"> 11 <div id="header-sections">
11 </div> 12 </div>
12 </div> 13 </div>
13 <include src="[OOBE]_screens.html"> 14 <include src="[OOBE]_screens.html">
14 </div> 15 </div>
15 <div id="progress-dots" class="down"></div> 16 <div id="progress-dots" class="down"></div>
16 </div> 17 </div>
17 </div> 18 </div>
18 </div> 19 </div>
19 <div id="bubble" class="bubble faded" hidden></div> 20 <div id="bubble" class="bubble faded" hidden></div>
20 <include src="header_bar.html"> 21 <include src="header_bar.html">
21 <include src="../../../../../ui/login/account_picker/user_pod_template.html"> 22 <include src="../../../../../ui/login/account_picker/user_pod_template.html">
22 <include src="oobe_screen_reset_confirmation_overlay.html"> 23 <include src="oobe_screen_reset_confirmation_overlay.html">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698