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

Side by Side Diff: ui/file_manager/gallery/gallery.html

Issue 842813002: Avoid hardcoded font families. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/video_player/css/video_player.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698