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

Unified Diff: chrome/browser/resources/app_list/start_page.css

Issue 186483004: Add a skeleton Start Page to the experimental app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares_change_experimental_animation
Patch Set: fix initialization order Created 6 years, 7 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/app_list/start_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/app_list/start_page.css
diff --git a/chrome/browser/resources/app_list/start_page.css b/chrome/browser/resources/app_list/start_page.css
index cd8f3c0fddeed2d2f96fde7567bb5025da12ee92..c67ce5f028c7faa80edeb093fe9c1fb272d2f254 100644
--- a/chrome/browser/resources/app_list/start_page.css
+++ b/chrome/browser/resources/app_list/start_page.css
@@ -5,7 +5,7 @@
html,
body,
#start-page {
- background-color: rgb(245, 245, 245);
+ background-color: rgb(251, 251, 251);
height: 100%;
margin: 0;
overflow: hidden;
@@ -23,4 +23,13 @@ body,
padding: 10px;
}
+#logo {
+ background-image: -webkit-image-set(
+ url('chrome://theme/IDR_LOCAL_NTP_IMAGES_LOGO_PNG') 1x,
+ url('chrome://theme/IDR_LOCAL_NTP_IMAGES_LOGO_PNG@2x') 2x);
+ height: 95px;
+ margin: auto;
+ width: 269px;
+}
+
<include src="recommended_apps.css"/>
« no previous file with comments | « no previous file | chrome/browser/resources/app_list/start_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698