Skip to content

Commit

Permalink
[cros] Bring back security info link at EULA screen.
Browse files Browse the repository at this point in the history
BUG=chromium-os:18773
TEST=Manual.

Review URL: http://codereview.chromium.org/7845016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100130 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
nkostylev@chromium.org committed Sep 8, 2011
1 parent 2169445 commit b3d0768
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion chrome/browser/resources/chromeos/login/oobe.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,12 @@ html[dir=rtl] #user-image-preview {

#security-info {
bottom: 10px;
left: 0;
position: absolute;
text-align: center;
visibility: hidden;
width: 98%;
width: 100%;
z-index: 10;
}

#security-info a {
Expand Down
7 changes: 4 additions & 3 deletions chrome/browser/resources/chromeos/login/oobe.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@
<div id="button-strip" class="button-strip"></div>
</div>
</div>
</div>
<div id="security-info">
<a id="security-link" href="#" i18n-content="eulaSystemSecuritySetting"></a>
<div id="security-info">
<a id="security-link" href="#" i18n-content="eulaSystemSecuritySetting">
</a>
</div>
</div>
<div id="popup-overlay" hidden>
<div id="security-info-popup">
Expand Down

0 comments on commit b3d0768

Please sign in to comment.