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