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

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

Issue 871193006: Add a static Google Doodle to the experimental app list start page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_xiyuan_start_page
Patch Set: address_comments Created 5 years, 11 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 2a6049fc99ba770c6cfd1d1fb83a9226d2e38e07..25c19e536b118b99185a5eff56da718d14c74d62 100644
--- a/chrome/browser/resources/app_list/start_page.css
+++ b/chrome/browser/resources/app_list/start_page.css
@@ -12,7 +12,12 @@ body {
width: 100%;
}
-#logo {
+#doodle {
+ display: none;
+ margin: auto;
+}
+
+#default_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);
@@ -20,3 +25,9 @@ body {
margin: auto;
width: 269px;
}
+
+#logo_container {
+ bottom: 0;
+ position: absolute;
+ width: 100%;
+}
« 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