diff options
Diffstat (limited to 'chrome/browser/resources/active_downloads.html')
-rw-r--r-- | chrome/browser/resources/active_downloads.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/resources/active_downloads.html b/chrome/browser/resources/active_downloads.html index 9d23262..6d4303c 100644 --- a/chrome/browser/resources/active_downloads.html +++ b/chrome/browser/resources/active_downloads.html @@ -131,7 +131,7 @@ div.columnlist { background: #e8e8e8 } -span.showalldownloadstext { +span.showallfilestext { color: #254f9b; cursor: pointer; text-decoration: underline; @@ -139,7 +139,7 @@ span.showalldownloadstext { height: 15px; } -div.showalldownloads { +div.showallfiles { width: 100%; bottom: 0; height: 29px; @@ -191,8 +191,8 @@ div.showalldownloads { <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> |