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

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

Issue 8637012: [cros] Fix header bar button appearance on Login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move classes from HTML to JS. Created 9 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
3 <button id="shutdown-button" i18n-content="shutDown"></button> 3 <button id="shutdown-button" class="custom-appearance" i18n-content="shutDow n"></button>
Nikita (slow) 2011/11/22 12:53:03 nit: 80 chars limit is defined for html too. Pleas
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" i18n-content="addUser"></button> 6 <button id="add-user-button" class="custom-appearance" i18n-content="addUser "></button>
7 <button id="cancel-add-user-button" 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" i18n-content="signOutUser"></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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698