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

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

Issue 1300473002: MD Download: add "Nothing to see here..." empty downloads message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: less flicker? Created 5 years, 4 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/manager.css ('k') | chrome/browser/resources/md_downloads/manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/manager.html
diff --git a/chrome/browser/resources/md_downloads/manager.html b/chrome/browser/resources/md_downloads/manager.html
index 77fad5d96b1e111dadb40fca646b4a38bb67e4ec..0ed0afdda16cf61d6fbd4da8723cafda1802aa34 100644
--- a/chrome/browser/resources/md_downloads/manager.html
+++ b/chrome/browser/resources/md_downloads/manager.html
@@ -12,10 +12,15 @@
<dom-module id="downloads-manager">
<template>
- <paper-header-panel id="panel">
+ <paper-header-panel id="panel" class="loading">
<downloads-toolbar class="paper-header" id="toolbar"></downloads-toolbar>
<div id="downloads-list" hidden$="[[!hasDownloads_]]"></div>
- <div id="no-downloads" hidden$="[[hasDownloads_]]"></div>
+ <div id="no-downloads" hidden$="[[hasDownloads_]]">
+ <div>
+ <div class="illustration"></div>
+ <span i18n-content="noDownloads"></span>
+ </div>
+ </div>
</paper-header-panel>
</template>
<link rel="import" type="css" href="chrome://downloads/shared_style.css">
« no previous file with comments | « chrome/browser/resources/md_downloads/manager.css ('k') | chrome/browser/resources/md_downloads/manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698