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

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

Issue 626513002: [Search] Modify the First-run experience in Landscape mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added padding to heading in landscape Created 6 years, 2 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/contextual_search/promo.html
diff --git a/chrome/browser/resources/contextual_search/promo.html b/chrome/browser/resources/contextual_search/promo.html
index eb02aa313267e04950553ea4bff0e9dd1c8f0179..03c79c8d861bff11d2f89e14cfacef209fb8c649 100644
--- a/chrome/browser/resources/contextual_search/promo.html
+++ b/chrome/browser/resources/contextual_search/promo.html
@@ -13,13 +13,16 @@
</head>
<body>
<div id="container">
- <img id="header-image" src="header.svg">
+ <img id="header-image" class="portrait" src="header.svg">
pedro (no code reviews) 2014/10/02 18:19:42 Nit: It would be nice if there was just a single <
Mathieu 2014/10/02 18:25:55 Acknowledged.
<p i18n-content="heading" id="heading"></p>
- <p id="description">
- <span i18n-content="description-1"></span>
- <a class="colored-link" href="#learn-more" i18n-content="feature-name"></a>
- <span i18n-content="description-2"></span>
- </p>
+ <div>
+ <img id="header-image" class="landscape" src="header.svg">
+ <p id="description">
+ <span i18n-content="description-1"></span>
+ <a class="colored-link" href="#learn-more" i18n-content="feature-name"></a>
+ <span i18n-content="description-2"></span>
+ </p>
+ </div>
<div id="button-container">
<span id="optout-label" class="label"><a href="#optout" i18n-content="optOut"></a></span>
<span id="optin-label" class="label"><a href="#optin" i18n-content="optIn"></a></span>

Powered by Google App Engine
This is Rietveld 408576698