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

Unified Diff: chrome/browser/resources/contextual_search/promo.css

Issue 612823005: [Search] Adjust buttons in the first run experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pixel adjustment Created 6 years, 3 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 | « no previous file | chrome/browser/resources/contextual_search/promo.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/contextual_search/promo.css
diff --git a/chrome/browser/resources/contextual_search/promo.css b/chrome/browser/resources/contextual_search/promo.css
index 9a2649a4fada99b467215ddcfe61d432b8e2d0b2..750cf092b91b56f2fc08183c819f7e01f35a2124 100644
--- a/chrome/browser/resources/contextual_search/promo.css
+++ b/chrome/browser/resources/contextual_search/promo.css
@@ -16,26 +16,13 @@ body {
}
a {
- color: #414141;
text-decoration: none;
}
-.colored {
+a.colored-link {
color: rgb(66, 133, 244);
}
-.label {
- display: inline-block;
- font-size: 14px;
- font-weight: bold;
- padding: 28px;
- white-space: nowrap;
-}
-
-.label a {
- text-transform: uppercase;
-}
-
#button-container {
text-align: right;
width: 100%;
@@ -66,3 +53,29 @@ a {
height: 100px;
margin: 0 auto 24px auto;
}
+
+.label {
+ display: inline-block;
+ font-size: 14px;
+ margin: 14px 0;
+ padding: 17px 14px 13px 14px;
pedro (no code reviews) 2014/09/29 17:59:09 Please put a comment here explaining the padding p
Mathieu 2014/09/29 18:01:53 Done.
+ white-space: nowrap;
+}
+
+.label a {
+ text-transform: uppercase;
+}
+
+#optin-label {
+ background-color: rgb(66, 133, 244);
+ border-radius: 3px;
pedro (no code reviews) 2014/09/29 17:59:09 Whenever you use border-radius, you probably want
Mathieu 2014/09/29 18:01:53 Done.
+ margin-right: 24px;
+}
+
+#optin-label a {
+ color: white;
+}
+
+#optout-label a {
+ color: rgb(66, 133, 244);
+}
« no previous file with comments | « no previous file | chrome/browser/resources/contextual_search/promo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698