Chromium Code Reviews| OLD | NEW |
|---|---|
| 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> |
| OLD | NEW |