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

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

Issue 1133733003: Unified icon-buttons used in the new GAIA flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased onto ToT. Created 5 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
OLDNEW
1 <link rel="import" href="chrome://oobe/custom_elements.html"> 1 <link rel="import" href="chrome://oobe/custom_elements.html">
2 2
3 <div class="step right hidden" id="gaia-signin" role="group" 3 <div class="step right hidden" id="gaia-signin" role="group"
4 aria-live="polite" hidden> 4 aria-live="polite" hidden>
5 <div class="step-contents"> 5 <div class="step-contents">
6 <div id="gaia-signin-form-container"> 6 <div id="gaia-signin-form-container">
7 <div id="login-box"><!-- Aligned with the login box in iframe --></div> 7 <div id="login-box"><!-- Aligned with the login box in iframe --></div>
8 <iframe id="signin-frame" name="signin-frame" hidden 8 <iframe id="signin-frame" name="signin-frame" hidden
9 src="about:blank" 9 src="about:blank"
10 marginwidth="0" 10 marginwidth="0"
(...skipping 26 matching lines...) Expand all
37 <notification-card id="gaia-whitelist-error" type="fail" 37 <notification-card id="gaia-whitelist-error" type="fail"
38 i18n-values="buttonLabel:tryAgainButton; 38 i18n-values="buttonLabel:tryAgainButton;
39 linkLabel:learnMoreButton"> 39 linkLabel:learnMoreButton">
40 </notification-card> 40 </notification-card>
41 <div id="enterprise-info-container" hidden> 41 <div id="enterprise-info-container" hidden>
42 <include src="enterprise_info.html"> 42 <include src="enterprise_info.html">
43 </div> 43 </div>
44 <div id="saml-notice-container" hidden> 44 <div id="saml-notice-container" hidden>
45 <span id="saml-notice-message"></span> 45 <span id="saml-notice-message"></span>
46 </div> 46 </div>
47 <button id="back-button-item" class="custom-appearance custom-gaia-button" 47 <button id="back-button-item" is="gaia-icon-button" icon="arrow-back" hidden
48 hidden i18n-values="aria-label:backButton" tabindex="0"></button> 48 i18n-values="aria-label:backButton" tabindex="0"></button>
49 <button id="close-button-item" class="custom-appearance custom-gaia-button" 49 <button id="close-button-item" is="gaia-icon-button" icon="close" hidden
50 hidden i18n-values="aria-label:closeButton" tabindex="0"></button> 50 i18n-values="aria-label:closeButton" tabindex="0"></button>
51 </div> 51 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698