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

Side by Side Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 1758913004: MD History/Downloads: use MD-specific text defaults (like other MD UIs) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dschuyler-patch
Patch Set: Created 4 years, 9 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 <!DOCTYPE html><html i18n-values="dir:textdirection;lang:language"><head><!-- 1 <!DOCTYPE html><html i18n-values="dir:textdirection;lang:language"><head><!--
2 @license 2 @license
3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. 3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
7 Code distributed by Google as part of the polymer project is also 7 Code distributed by Google as part of the polymer project is also
8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
9 --><!-- 9 --><!--
10 @license 10 @license
11 Copyright (c) 2016 The Polymer Project Authors. All rights reserved. 11 Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
12 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 12 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
13 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 13 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
14 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 14 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
15 Code distributed by Google as part of the polymer project is also 15 Code distributed by Google as part of the polymer project is also
16 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 16 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
17 --><!-- 17 --><!--
18 @license 18 @license
19 Copyright (c) 2015 The Polymer Project Authors. All rights reserved. 19 Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
20 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 20 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
21 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 21 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
22 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 22 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
23 Code distributed by Google as part of the polymer project is also 23 Code distributed by Google as part of the polymer project is also
24 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 24 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
25 --> 25 -->
26 <meta charset="utf-8"> 26 <meta charset="utf-8">
27 <title i18n-content="title"></title> 27 <title i18n-content="title"></title>
28 <style> 28 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
29 /* Copyright 2015 The Chromium Authors. All rights reserved.
30 * Use of this source code is governed by a BSD-style license that can be
31 * found in the LICENSE file. */
32
33 @font-face {
34 font-family: 'Roboto';
35 font-style: normal;
36 font-weight: 300;
37 src: local('Roboto Light'), local('Roboto-Light'),
38 url("chrome://resources/roboto/roboto-light.woff2") format('woff2');
39 }
40
41 @font-face {
42 font-family: 'Roboto';
43 font-style: normal;
44 font-weight: 400;
45 src: local('Roboto'), local('Roboto-Regular'),
46 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2');
47 }
48
49 @font-face {
50 font-family: 'Roboto';
51 font-style: normal;
52 font-weight: 500;
53 src: local('Roboto Medium'), local('Roboto-Medium'),
54 url("chrome://resources/roboto/roboto-medium.woff2") format('woff2');
55 }
56
57 </style>
58 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
59 <style> 29 <style>
60 html { 30 html {
61 background: rgb(236, 239, 241); 31 background: rgb(236, 239, 241);
62 } 32 }
63 33
64 html, 34 html,
65 body { 35 body {
66 height: 100%; 36 height: 100%;
67 } 37 }
68 38
69 body { 39 body {
70 display: flex; 40 display: flex;
71 font-family: Roboto;
72 font-size: 81.25%;
73 margin: 0; 41 margin: 0;
74 } 42 }
75 </style> 43 </style>
76 <script src="chrome://resources/js/polymer_config.js"></script> 44 <script src="chrome://resources/js/polymer_config.js"></script>
77 <script src="chrome://resources/js/load_time_data.js"></script> 45 <script src="chrome://resources/js/load_time_data.js"></script>
78 <script src="chrome://downloads/strings.js"></script> 46 <script src="chrome://downloads/strings.js"></script>
79 <style> 47 <style>
80 /* IE 10 support for HTML5 hidden attr */ 48 /* IE 10 support for HTML5 hidden attr */
81 [hidden] { 49 [hidden] {
82 display: none !important; 50 display: none !important;
(...skipping 2832 matching lines...) Expand 10 before | Expand all | Expand 10 after
2915 <if expr="is_macosx"> 2883 <if expr="is_macosx">
2916 <command id="undo-command" shortcut="Meta-U+005A"></command> 2884 <command id="undo-command" shortcut="Meta-U+005A"></command>
2917 <command id="find-command" shortcut="Meta-U+0046"></command> 2885 <command id="find-command" shortcut="Meta-U+0046"></command>
2918 </if> 2886 </if>
2919 <if expr="not is_macosx"> 2887 <if expr="not is_macosx">
2920 <command id="undo-command" shortcut="Ctrl-U+005A"></command> 2888 <command id="undo-command" shortcut="Ctrl-U+005A"></command>
2921 <command id="find-command" shortcut="Ctrl-U+0046"></command> 2889 <command id="find-command" shortcut="Ctrl-U+0046"></command>
2922 </if> 2890 </if>
2923 2891
2924 <script src="crisper.js"></script></body></html> 2892 <script src="crisper.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698