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

Unified Diff: chrome/browser/resources/md_downloads/manager.css

Issue 1378993003: Vulcanize new Material Design downloads UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vulcanize2
Patch Set: -crisper.html Created 5 years, 2 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/resources/md_downloads/item.css ('k') | chrome/browser/resources/md_downloads/vulcanize.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/manager.css
diff --git a/chrome/browser/resources/md_downloads/manager.css b/chrome/browser/resources/md_downloads/manager.css
index 33bc8aa55f36322025e1fd5b6f34acd1d210520a..c7f50d1861f556f3e6b1e8d9a45d724208e0c8b3 100644
--- a/chrome/browser/resources/md_downloads/manager.css
+++ b/chrome/browser/resources/md_downloads/manager.css
@@ -45,9 +45,9 @@
}
#no-downloads .illustration {
- background: -webkit-image-set(url(1x/no_downloads.png) 1x,
- url(2x/no_downloads.png) 2x)
- no-repeat center center;
+ background: -webkit-image-set(
+ url(chrome://downloads/1x/no_downloads.png) 1x,
+ url(chrome://downloads/2x/no_downloads.png) 2x) no-repeat center center;
height: 144px; /* Matches natural image height. */
margin-bottom: 32px;
}
« no previous file with comments | « chrome/browser/resources/md_downloads/item.css ('k') | chrome/browser/resources/md_downloads/vulcanize.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698