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

Unified Diff: chrome/browser/resources/chromeos/first_run/app/main.html

Issue 169173007: CrOs first-run UI polished. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/chromeos/first_run/app/main.html
diff --git a/chrome/browser/resources/chromeos/first_run/app/main.html b/chrome/browser/resources/chromeos/first_run/app/main.html
index 0810b76d957e15c903637e18d2caac5576e0b205..2931dc5e1525486fab5b12d1a29018ba9f5eb65e 100644
--- a/chrome/browser/resources/chromeos/first_run/app/main.html
+++ b/chrome/browser/resources/chromeos/first_run/app/main.html
@@ -7,6 +7,7 @@
<link rel="stylesheet" href="chrome://resources/css/apps/common.css">
<link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css">
<link rel="stylesheet" href="../step.css">
+ <link rel="stylesheet" href="../preload.css">
<link rel="stylesheet" href="style.css">
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
@@ -30,11 +31,9 @@
<span i18n-content="greetingText2"></span>
</p>
<div class="controls">
- <div class="margin-top"></div>
<button i18n-content="greetingButton"
class="next-button custom-appearance blue-button" tabindex="0">
</button>
- <div class="margin-bottom"></div>
</div>
<include src="greeting_image_[GREETING_IMAGE].html">
</div>

Powered by Google App Engine
This is Rietveld 408576698