| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
| 6 <link rel="icon" href="../../app/theme/downloads_favicon.png"> | 6 <link rel="icon" href="../../app/theme/downloads_favicon.png"> |
| 7 <link rel="stylesheet" href="old_webui.css"> | 7 <link rel="stylesheet" href="old_webui.css"> |
| 8 <link rel="stylesheet" href="shared/css/button.css"> | |
| 9 <link rel="stylesheet" href="shared/css/chrome_shared.css"> | 8 <link rel="stylesheet" href="shared/css/chrome_shared.css"> |
| 9 <link rel="stylesheet" href="shared/css/widgets.css"> |
| 10 <style> | 10 <style> |
| 11 | 11 |
| 12 #downloads-summary { | 12 #downloads-summary { |
| 13 background-color: rgb(235, 239, 249); | 13 background-color: rgb(235, 239, 249); |
| 14 border-top: 1px solid rgb(156, 194, 239); | 14 border-top: 1px solid rgb(156, 194, 239); |
| 15 margin-bottom: 6px; | 15 margin-bottom: 6px; |
| 16 margin-top: 12px; | 16 margin-top: 12px; |
| 17 padding: 3px; | 17 padding: 3px; |
| 18 } | 18 } |
| 19 | 19 |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 </span> | 178 </span> |
| 179 </div> | 179 </div> |
| 180 <div id="downloads-display"></div> | 180 <div id="downloads-display"></div> |
| 181 </div> | 181 </div> |
| 182 <script src="chrome://downloads/downloads.js"></script> | 182 <script src="chrome://downloads/downloads.js"></script> |
| 183 <script src="chrome://downloads/strings.js"></script> | 183 <script src="chrome://downloads/strings.js"></script> |
| 184 <script src="chrome://resources/js/i18n_template.js"></script> | 184 <script src="chrome://resources/js/i18n_template.js"></script> |
| 185 <script src="chrome://resources/js/i18n_process.js"></script> | 185 <script src="chrome://resources/js/i18n_process.js"></script> |
| 186 </body> | 186 </body> |
| 187 </html> | 187 </html> |
| OLD | NEW |