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

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

Issue 555983002: [Search] Tweak the styling for the first-run experience (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments 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 | « chrome/app/google_chrome_strings.grd ('k') | 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 2b409a179a24c6b2a7531ca33abb394f1c035219..2cebc940e299d6305eda31839d175804f7628de6 100644
--- a/chrome/browser/resources/contextual_search/promo.css
+++ b/chrome/browser/resources/contextual_search/promo.css
@@ -10,18 +10,13 @@
}
body {
+ color: #414141;
font-family: 'Roboto2', sans-serif;
- font-size: 1em;
margin: 0;
}
-p {
- margin: 1.5em;
- text-align: justify;
-}
-
a {
- color: black;
+ color: #414141;
}
.colored {
@@ -30,26 +25,38 @@ a {
.label {
display: inline-block;
- padding: 1.5em;
+ font-size: 14px;
+ font-weight: bold;
+ padding: 28px;
white-space: nowrap;
}
.label a {
- font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}
#button-container {
- position: fixed;
text-align: right;
- top: calc(70% - 76px /* action bar */ - 69px /* height of content */);
width: 100%;
}
#container.hide {
-webkit-transform: scale(0.95);
- -webkit-transition-property: opacity, -webkit-transform;
-webkit-transition-duration: 218ms;
+ -webkit-transition-property: opacity, -webkit-transform;
opacity: 0;
}
+
+#description {
+ font-size: 16px;
+ line-height: 1.4em;
+ margin: 32px 16px 4px 16px;
+}
+
+#heading {
+ font-size: 24px;
+ letter-spacing: 1px;
+ margin-top: 0;
+ text-align: center;
+}
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/contextual_search/promo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698