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

Unified Diff: chrome/browser/resources/chromeos/login/md_header_bar.html

Issue 2947213003: Signin screen polish in response to UI review (Closed)
Patch Set: changes after meeting with UX Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/md_header_bar.html
diff --git a/chrome/browser/resources/chromeos/login/md_header_bar.html b/chrome/browser/resources/chromeos/login/md_header_bar.html
index c58d052e0c816d8879e99e839218b214c9ae2bba..04df3a93f2afc6e712f06c2fe0389e34588dd799 100644
--- a/chrome/browser/resources/chromeos/login/md_header_bar.html
+++ b/chrome/browser/resources/chromeos/login/md_header_bar.html
@@ -17,8 +17,10 @@
</button>
</div>
<div id="apps-header-bar-item" class="header-bar-item" hidden>
- <button id="show-apps-button" class="custom-appearance"
- i18n-content="showApps">
+ <button id="show-apps-button" class="custom-appearance layout vertical">
+ <div id="show-apps-button-text" class="flex layout horizontal center"
+ i18n-content="showApps">
+ </div>
</button>
</div>
<div id="guest-user-header-bar-item" class="header-bar-item" hidden>
« no previous file with comments | « chrome/browser/resources/chromeos/login/md_header_bar.css ('k') | ui/login/account_picker/md_screen_account_picker.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698