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

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 dbeam's comments. 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..d72f4b6f1b94c13937866397b7e5d6bf89272acf 100644
--- a/chrome/browser/resources/ntp4/footer_menu.css
+++ b/chrome/browser/resources/ntp4/footer_menu.css
@@ -128,3 +128,15 @@ html[dir='rtl'] .footer-menu-item {
height: 9px;
width: 9px;
}
+
+.footer-menu .promo-message {
+ padding: 2px 4px;
+}
+
+.footer-menu p {
+ margin: 0;
+}
+
+.footer-menu .link-span {
Dan Beam 2012/03/26 17:08:34 I'm confused, shouldn't anything with .link-* have
Patrick Dubroy 2012/03/26 19:36:46 Moot, because I'm now using an <A>.
+ cursor: pointer;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | chrome/browser/resources/ntp4/new_tab.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698