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

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

Issue 4804001: Add new promotional line for NTP.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/browser/dom_ui/tips_handler.cc ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.css
===================================================================
--- chrome/browser/resources/new_new_tab.css (revision 67122)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -97,13 +97,25 @@
}
#notification.first-run {
- padding: 5px 13px; /* subtract the border witdh */
+ padding: 5px 13px; /* subtract the border width */
border: 2px solid hsl(213, 55%, 75%);
background-color: hsl(213, 63%, 93%);
-webkit-box-shadow: 2px 2px 3px hsla(0, 0%, 0%, .3);
font-weight: normal;
}
+#notification.promo {
+ padding: 5px 13px; /* subtract the border width */
+ border: 1px solid hsl(0, 0%, 80%);
+ background-color: hsl(120, 93%, 93%);
+ -webkit-box-shadow: 2px 2px 3px hsla(0, 0%, 0%, .3);
+ font-weight: normal;
+}
+
+#notification.promo a {
+ color: rgb(0, 102, 204);
+}
+
#notification > * {
display: table-cell;
max-width: 500px;
« no previous file with comments | « chrome/browser/dom_ui/tips_handler.cc ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698