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

Unified Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 8680033: Show GAIA profile info in NTP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 9 years 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/ntp4/new_tab.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index 6f30f06b8aaa29fd55a7702ff8675ccb7fe004a5..e6d8baf3828cbf7da046ca3ec93879d768f9fdfe 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -73,7 +73,9 @@ document.documentElement.setAttribute('touchui', true);
<body>
<button id="login-container" class="custom-appearance" hidden>
- <div id="login-status-header"></div>
+ <div id="login-status-header-container" class="login-status-vcenter">
+ <div id="login-status-header"></div>
+ </div>
<div id="login-status-sub-header"></div>
</button>
@@ -133,7 +135,7 @@ document.documentElement.setAttribute('touchui', true);
<a id="login-status-learn-more" i18n-content="login_status_learn_more"
i18n-values="href:login_status_url" target="_blank"></a>
</div>
- <div id="login-status-action-area">
+ <div class="login-status-vcenter">
<div id="login-status-advanced-container">
<a id="login-status-advanced"
i18n-content="login_status_advanced" href="#"></a>

Powered by Google App Engine
This is Rietveld 408576698