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

Unified Diff: chrome/browser/resources/new_tab_sync_promo.css

Issue 7610008: Sync Promo: Show profile avatar next to user name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build issues Created 9 years, 4 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
« no previous file with comments | « chrome/browser/resources/new_tab.html ('k') | chrome/browser/resources/new_tab_sync_promo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_tab_sync_promo.css
diff --git a/chrome/browser/resources/new_tab_sync_promo.css b/chrome/browser/resources/new_tab_sync_promo.css
index 869cbd2ce39c2959e35e79931746b053ce10c625..5cfdb607313a1af9924b363c95d5918786facb2b 100644
--- a/chrome/browser/resources/new_tab_sync_promo.css
+++ b/chrome/browser/resources/new_tab_sync_promo.css
@@ -42,3 +42,26 @@
#sync-setup-login-left-column {
padding: 30px;
}
+
+#sync-promo-login-status {
+ margin-bottom: 20px;
+ padding-right: 4px;
+ padding-top: 4px;
+ width: 100%;
+}
+
+#sync-promo-login-status-cell {
+ display: table-cell;
+ float: right;
+ margin-bottom: 4px;
+ margin-right: 4px;
+}
+
+#sync-promo-login-status-msg {
+ vertical-align: middle;
+}
+
+#login-status-avatar-icon {
+ height: 24px;
+ vertical-align: top;
+}
« no previous file with comments | « chrome/browser/resources/new_tab.html ('k') | chrome/browser/resources/new_tab_sync_promo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698