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

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: fix build 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
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..15e526fc1236e2b22259fb9614f294bda774840a 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -73,7 +73,12 @@ 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">
+ <span id="login-status-header"></span>
+ <div id="login-status-icon-container">
+ <img id="login-status-icon">
Evan Stade 2011/11/29 02:27:48 use css background
sail 2011/11/29 19:11:04 working on it
sail 2011/11/30 17:48:33 Are you ok with me using a shadow to do an inset b
+ </div>
+ </div>
<div id="login-status-sub-header"></div>
</button>

Powered by Google App Engine
This is Rietveld 408576698