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

Unified Diff: chrome/browser/resources/welcome/welcome.html

Issue 2750673006: [FRE] Show scroll bar if window is too small. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « chrome/browser/resources/welcome/welcome.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/welcome/welcome.html
diff --git a/chrome/browser/resources/welcome/welcome.html b/chrome/browser/resources/welcome/welcome.html
index d183cea34e8ebe39d7438581261128713d2251c4..198ea7df609acea0d7c97395312f2bd1f83dad07 100644
--- a/chrome/browser/resources/welcome/welcome.html
+++ b/chrome/browser/resources/welcome/welcome.html
@@ -15,21 +15,23 @@
</head>
<body>
<div class="content">
- <div class="logo">
- <div class="logo-icon"></div>
- <div class="logo-shadow"></div>
- </div>
- <div class="heading">$i18n{headerText}</div>
+ <div class="slider">
+ <div class="logo">
+ <div class="logo-icon"></div>
+ <div class="logo-shadow"></div>
+ </div>
+ <div class="heading">$i18n{headerText}</div>
<if expr="_google_chrome">
- <div class="subheading">$i18n{subheaderText}</div>
+ <div class="subheading">$i18n{subheaderText}</div>
</if>
- <div class="signin">
- <div class="signin-description">$i18n{descriptionText}</div>
- <div class="signin-buttons">
- <paper-button class="action" id="accept-button">
- $i18n{acceptText}
- </paper-button>
- <a href="#" class="link" id="decline-button">$i18n{declineText}</a>
+ <div class="signin">
+ <div class="signin-description">$i18n{descriptionText}</div>
+ <div class="signin-buttons">
+ <paper-button class="action" id="accept-button">
+ $i18n{acceptText}
+ </paper-button>
+ <a href="#" class="link" id="decline-button">$i18n{declineText}</a>
+ </div>
</div>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/welcome/welcome.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698