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

Unified Diff: chrome/browser/resources/ntp4/footer_menu.css

Issue 9838064: Add a sign-in promo message to the Other Devices menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, and only enable menu when tab sync is enabled. Created 8 years, 9 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/ntp4/footer_menu.css
diff --git a/chrome/browser/resources/ntp4/footer_menu.css b/chrome/browser/resources/ntp4/footer_menu.css
index ba2be476151d5ce1bbdf24edf50b52ee87142b55..c6d25d914eaadaadc376d1bf635b33d8dbfafcb5 100644
--- a/chrome/browser/resources/ntp4/footer_menu.css
+++ b/chrome/browser/resources/ntp4/footer_menu.css
@@ -128,3 +128,11 @@ html[dir='rtl'] .footer-menu-item {
height: 9px;
width: 9px;
}
+
+.footer-menu .promo-message {
+ padding: 2px 4px;
+}
+
+.footer-menu p {
+ margin: 0;
+}

Powered by Google App Engine
This is Rietveld 408576698