| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 -- Copyright 2014 The Chromium Authors. All rights reserved. | 2 -- Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 -- Use of this source code is governed by a BSD-style license that can be | 3 -- Use of this source code is governed by a BSD-style license that can be |
| 4 -- found in the LICENSE file. | 4 -- found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <html> | 6 <html> |
| 7 <head> | 7 <head> |
| 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 8 <link rel="stylesheet" href="../file_manager/foreground/css/list.css"> | 9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css"> |
| 9 <link rel="stylesheet" href="../file_manager/foreground/css/common.css"> | 10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css"> |
| 10 <link rel="stylesheet" href="../file_manager/foreground/css/file_types.css"> | 11 <link rel="stylesheet" href="../file_manager/foreground/css/file_types.css"> |
| 11 <link rel="stylesheet" href="../file_manager/foreground/css/share_dialog.css">
</link> | 12 <link rel="stylesheet" href="../file_manager/foreground/css/share_dialog.css">
</link> |
| 12 <link rel="stylesheet" href="css/gallery.css"> | 13 <link rel="stylesheet" href="css/gallery.css"> |
| 13 | 14 |
| 14 <!-- Don't load gallery_scripts.js when flattening is disabled --> | 15 <!-- Don't load gallery_scripts.js when flattening is disabled --> |
| 15 <if expr="False"><!-- </if> | 16 <if expr="False"><!-- </if> |
| 16 <script src="js/gallery_scripts.js"></script> | 17 <script src="js/gallery_scripts.js"></script> |
| 17 <if expr="False"> --></if> | 18 <if expr="False"> --></if> |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 <button class="delete"></button> | 96 <button class="delete"></button> |
| 96 <button class="share"></button> | 97 <button class="share"></button> |
| 97 </div> | 98 </div> |
| 98 </div> | 99 </div> |
| 99 <div class="prompt-wrapper" pos="center"> | 100 <div class="prompt-wrapper" pos="center"> |
| 100 <div class="error-banner"></div> | 101 <div class="error-banner"></div> |
| 101 </div> | 102 </div> |
| 102 </div> | 103 </div> |
| 103 </body> | 104 </body> |
| 104 </html> | 105 </html> |
| OLD | NEW |