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

Unified Diff: chrome/browser/resources/active_downloads.html

Issue 8528046: Change "Show All Downloads" link to "Show all files" (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 9 years, 1 month 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/active_downloads.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/active_downloads.html
===================================================================
--- chrome/browser/resources/active_downloads.html (revision 110202)
+++ chrome/browser/resources/active_downloads.html (working copy)
@@ -131,7 +131,7 @@
background: #e8e8e8
}
-span.showalldownloadstext {
+span.showallfilestext {
color: #254f9b;
cursor: pointer;
text-decoration: underline;
@@ -139,7 +139,7 @@
height: 15px;
}
-div.showalldownloads {
+div.showallfiles {
width: 100%;
bottom: 0;
height: 29px;
@@ -191,8 +191,8 @@
<script src="chrome://active-downloads/active_downloads.js"></script>
<body i18n-values=".style.fontFamily:fontfamily">
<div id="main" class="columnlist"></div>
-<div id="showalldownloads" class="showalldownloads">
- <span id="showalldownloadstext" class="showalldownloadstext"></span>
+<div id="showallfiles" class="showallfiles">
+ <span id="showallfilestext" class="showallfilestext"></span>
</div>
<script src="chrome://resources/js/i18n_template.js"></script>
<script src="chrome://resources/js/i18n_process.js"></script>
« no previous file with comments | « no previous file | chrome/browser/resources/active_downloads.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698