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

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

Issue 10200015: [cros] Button focus polishing on the login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <div id="login-header-bar" hidden> 1 <div id="login-header-bar" hidden>
2 <div id="shutdown-header-bar-item"> 2 <div id="shutdown-header-bar-item" class="header-bar-item">
3 <button id="shutdown-button" class="custom-appearance" i18n-content="shutDow n"></button> 3 <button id="shutdown-button" class="custom-appearance" i18n-content="shutDow n"></button>
4 </div> 4 </div>
5 <div id="add-user-header-bar-item" class="header-bar-item" hidden> 5 <div id="add-user-header-bar-item" class="header-bar-item" hidden>
6 <button id="add-user-button" class="custom-appearance" i18n-content="addUser "></button> 6 <button id="add-user-button" class="custom-appearance" i18n-content="addUser "></button>
7 <button id="cancel-add-user-button" class="custom-appearance" i18n-content=" cancel" hidden></button> 7 <button id="cancel-add-user-button" class="custom-appearance" i18n-content=" cancel" hidden></button>
8 </div> 8 </div>
9 <div id="sign-out-user-item" class="header-bar-item" hidden> 9 <div id="sign-out-user-item" class="header-bar-item" hidden>
10 <button id="sign-out-user-button" class="custom-appearance" i18n-content="si gnOutUser"></button> 10 <button id="sign-out-user-button" class="custom-appearance" i18n-content="si gnOutUser"></button>
11 </div> 11 </div>
12 </div> 12 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/header_bar.css ('k') | chrome/browser/resources/chromeos/login/oobe.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698