Chromium Code Reviews| 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> |