Commit 69eff215 authored by pbond's avatar pbond Committed by Commit bot

FIxed AIDE UI

- Skip button aligned to Next button.
- Added Optional to step message.

BUG=487353

Review URL: https://codereview.chromium.org/1131073004

Cr-Commit-Position: refs/heads/master@{#329833}
parent bc96efa3
...@@ -6081,7 +6081,7 @@ All users must sign out to continue. ...@@ -6081,7 +6081,7 @@ All users must sign out to continue.
Learn more about Enterprise Enrollment Learn more about Enterprise Enrollment
</message> </message>
<message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTE_EXPLANATION" desc="Device attribute message to be shown on attribute update prompt screen."> <message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTE_EXPLANATION" desc="Device attribute message to be shown on attribute update prompt screen.">
Enter new or update existing information to be associated with this device. Optional — enter new or update existing information to be associated with this device.
</message> </message>
<message name="IDS_ENTERPRISE_ENROLLMENT_EXPLAIN_ATTRIBUTE_LINK" desc="Text on the link to the device attribute update help article."> <message name="IDS_ENTERPRISE_ENROLLMENT_EXPLAIN_ATTRIBUTE_LINK" desc="Text on the link to the device attribute update help article.">
Learn more. Learn more.
......
...@@ -183,3 +183,6 @@ html[dir=rtl] #oauth-enroll-back-button { ...@@ -183,3 +183,6 @@ html[dir=rtl] #oauth-enroll-back-button {
color: black; color: black;
} }
#oauth-enroll-skip-button {
min-width: 0;
}
...@@ -42,13 +42,11 @@ ...@@ -42,13 +42,11 @@
type="text" type="text"
i18n-values="label:oauthEnrollLocationLabel"> i18n-values="label:oauthEnrollLocationLabel">
</gaia-input> </gaia-input>
</gaia-input-form> <gaia-paper-button noink id="oauth-enroll-skip-button"
</div> class="link-button"
<div horizontal layout justified>
<a href="#" id="oauth-enroll-skip-button"
class="oauth-enroll-link"
i18n-content="oauthEnrollSkip"> i18n-content="oauthEnrollSkip">
</a> </gaia-paper-button>
</gaia-input-form>
</div> </div>
</div> </div>
</gaia-card> </gaia-card>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment