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

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

Issue 2847603002: Powerwash UI polish (Closed)
Patch Set: Change according to new specs Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/custom_elements_login.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <include src="gaia_buttons.html"> 1 <include src="gaia_buttons.html">
2 <include src="gaia_card.html"> 2 <include src="gaia_card.html">
3 <include src="gaia_header.html"> 3 <include src="gaia_header.html">
4 <include src="gaia_input_form.html"> 4 <include src="gaia_input_form.html">
5 <include src="gaia_input.html"> 5 <include src="gaia_input.html">
6 <include src="gaia_password_changed.html"> 6 <include src="gaia_password_changed.html">
7 <include src="hd-iron-icon.html">
7 <include src="html-echo.html"> 8 <include src="html-echo.html">
8 <include src="offline_gaia.html"> 9 <include src="offline_gaia.html">
9 <include src="saml_confirm_password.html"> 10 <include src="saml_confirm_password.html">
10 <include src="saml_interstitial.html"> 11 <include src="saml_interstitial.html">
11 <include src="throbber_notice.html"> 12 <include src="throbber_notice.html">
12 <include src="navigation_bar.html"> 13 <include src="navigation_bar.html">
13 <include src="unrecoverable_cryptohome_error_card.html"> 14 <include src="unrecoverable_cryptohome_error_card.html">
14 <include src="offline_ad_login.html"> 15 <include src="offline_ad_login.html">
15 <include src="active_directory_password_change.html"> 16 <include src="active_directory_password_change.html">
16 <include src="arc_terms_of_service.html"> 17 <include src="arc_terms_of_service.html">
17 <include src="oobe_buttons.html"> 18 <include src="oobe_buttons.html">
18 <include src="oobe_dialog.html"> 19 <include src="oobe_dialog.html">
19 <include src="oobe_reset.html"> 20 <include src="oobe_reset.html">
20 <include src="oobe_reset_confirmation_overlay.html"> 21 <include src="oobe_reset_confirmation_overlay.html">
21 <include src="encryption_migration.html"> 22 <include src="encryption_migration.html">
22 23
23 <script src="chrome://oobe/custom_elements.js"></script> 24 <script src="chrome://oobe/custom_elements.js"></script>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/custom_elements_login.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698