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

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

Issue 7398026: Added a link to the downloads tab that opens the downloads folder. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added a period at the end of a comment. Created 9 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/app/generated_resources.grd ('k') | chrome/browser/resources/downloads.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/downloads.html
diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html
index f6c8992c86d9ca50edd9b92d3475c6c71850eb84..0fb4da213ccd95c8568b0491951015b0f21b3e62 100644
--- a/chrome/browser/resources/downloads.html
+++ b/chrome/browser/resources/downloads.html
@@ -43,14 +43,22 @@ html[dir=rtl] .logo, html[dir=rtl] .form {
font-weight: bold;
}
-#downloads-summary > a {
+#downloads-actions {
float: right;
}
-html[dir=rtl] #downloads-summary > a {
+html[dir=rtl] #downloads-actions {
float: left;
}
+#downloads-actions > a {
+ margin-left: 10px;
+}
+
+#downloads-actions > a:first-child {
+ margin-left: 0;
+}
+
#downloads-display {
max-width: 740px;
}
@@ -195,7 +203,11 @@ html[dir=rtl] .progress {
<div class="main">
<div id="downloads-summary">
<span id="downloads-summary-text" i18n-content="downloads">Downloads</span>
- <a id="clear-all" href="" i18n-content="clear_all">Clear All</a>
alidudek10 2011/12/24 21:16:10 file:///C:/Documents%20and%20Settings/pc1/Plocha/a
+ <span id="downloads-actions">
+ <a id="open-downloads-folder" href=""
+ i18n-content="open_downloads_folder">Open downloads folder</a>
+ <a id="clear-all" href="" i18n-content="clear_all">Clear All</a>
+ </span>
</div>
<div id="downloads-display"></div>
</div>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/downloads.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698