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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/header_bar.html
diff --git a/chrome/browser/resources/chromeos/login/header_bar.html b/chrome/browser/resources/chromeos/login/header_bar.html
index 28bf22f993e16dc070344d6d53d551be7b48600d..7bdcdb9d796b23bd1bf77aa6d2c25cb34b3fb4d7 100644
--- a/chrome/browser/resources/chromeos/login/header_bar.html
+++ b/chrome/browser/resources/chromeos/login/header_bar.html
@@ -1,12 +1,12 @@
<div id="login-header-bar" hidden>
<div id="shutdown-header-bar-item">
- <button id="shutdown-button" i18n-content="shutDown"></button>
+ <button id="shutdown-button" class="custom-appearance" i18n-content="shutDown"></button>
Nikita (slow) 2011/11/22 12:53:03 nit: 80 chars limit is defined for html too. Pleas
</div>
<div id="add-user-header-bar-item" class="header-bar-item" hidden>
- <button id="add-user-button" i18n-content="addUser"></button>
- <button id="cancel-add-user-button" i18n-content="cancel" hidden></button>
+ <button id="add-user-button" class="custom-appearance" i18n-content="addUser"></button>
+ <button id="cancel-add-user-button" class="custom-appearance" i18n-content="cancel" hidden></button>
</div>
<div id="sign-out-user-item" class="header-bar-item" hidden>
- <button id="sign-out-user-button" i18n-content="signOutUser"></button>
+ <button id="sign-out-user-button" class="custom-appearance" i18n-content="signOutUser"></button>
</div>
</div>
« 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