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

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: 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
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..19186d463cf5d1d82a20130014d8668caa58cdf4 100644
--- a/chrome/browser/resources/app_list/start_page.css
+++ b/chrome/browser/resources/app_list/start_page.css
@@ -12,6 +12,11 @@ body {
width: 100%;
}
+#doodle {
+ display: none;
+ margin: auto;
+}
+
#logo {
background-image: -webkit-image-set(
url(chrome://theme/IDR_LOCAL_NTP_IMAGES_LOGO_PNG) 1x,
@@ -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') | chrome/browser/resources/app_list/start_page.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698