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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.css

Issue 10692069: HiDPI assets for product_logo_16 / _32 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add todo Created 8 years, 5 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/first_run/try_chrome_dialog_view.cc ('k') | chrome/browser/resources/help/help.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index ca5bac3111ab7c761805bb6668390d4c94c8fd7b..fe535c371af7e25347ac40ce618407475bfba5d2 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -130,9 +130,11 @@ hr.bottom {
#header {
-webkit-padding-start: 45px;
+ /* TODO(thakis): Move oobe.html to a structure element, then the
+ * image set should be inserted automatically. */
background-image: -webkit-image-set(
url('chrome://theme/IDR_PRODUCT_LOGO_32') 1x,
- url('chrome://theme/IDR_PRODUCT_LOGO_64') 2x);
+ url('chrome://theme/IDR_PRODUCT_LOGO_32@2x') 2x);
background-position: left center;
background-repeat: no-repeat;
background-size: 32px;
« no previous file with comments | « chrome/browser/first_run/try_chrome_dialog_view.cc ('k') | chrome/browser/resources/help/help.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698