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

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

Issue 1948023004: MD Downloads: move md_colors.css to useful place (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no-process
Patch Set: asdf Created 4 years, 7 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
« no previous file with comments | « chrome/browser/resources/md_downloads/manager.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!- - 1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!- -
2 @license 2 @license
3 Copyright (c) 2016 The Polymer Project Authors. All rights reserved. 3 Copyright (c) 2016 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
(...skipping 2892 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 <paper-item on-tap="onOpenDownloadsFolderTap_"> 2903 <paper-item on-tap="onOpenDownloadsFolderTap_">
2904 $i18n{openDownloadsFolder} 2904 $i18n{openDownloadsFolder}
2905 </paper-item> 2905 </paper-item>
2906 </paper-menu> 2906 </paper-menu>
2907 </paper-menu-button> 2907 </paper-menu-button>
2908 </div> 2908 </div>
2909 </template> 2909 </template>
2910 2910
2911 2911
2912 </dom-module> 2912 </dom-module>
2913 <style>
2914 /* Copyright 2016 The Chromium Authors. All rights reserved.
2915 * Use of this source code is governed by a BSD-style license that can be
2916 * found in the LICENSE file. */
2917
2918 :root {
2919 /* These are custom, Chrome-specific colors that don't have --paper or
2920 * --google equivalents. Blame bettes@. http://crbug.com/598451 */
2921 --md-background-color: rgb(236, 239, 241);
2922 --md-toolbar-color: rgb(52, 73, 94);
2923 }
2924
2925 </style>
2926
2913 <dom-module id="downloads-manager" assetpath="chrome://downloads/"> 2927 <dom-module id="downloads-manager" assetpath="chrome://downloads/">
2914 <template><style> 2928 <template><style>
2915 /* Copyright 2015 The Chromium Authors. All rights reserved. 2929 /* Copyright 2015 The Chromium Authors. All rights reserved.
2916 * Use of this source code is governed by a BSD-style license that can be 2930 * Use of this source code is governed by a BSD-style license that can be
2917 * found in the LICENSE file. */ 2931 * found in the LICENSE file. */
2918 2932
2919 :host { 2933 :host {
2920 display: flex; 2934 display: flex;
2921 flex: 1 0; 2935 flex: 1 0;
2922 flex-direction: column; 2936 flex-direction: column;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2970 display: none !important; 2984 display: none !important;
2971 } 2985 }
2972 2986
2973 paper-button { 2987 paper-button {
2974 font-weight: 500; 2988 font-weight: 500;
2975 margin: 0; 2989 margin: 0;
2976 min-width: auto; 2990 min-width: auto;
2977 } 2991 }
2978 2992
2979 </style> 2993 </style>
2980 <style>
2981 /* Copyright 2016 The Chromium Authors. All rights reserved.
2982 * Use of this source code is governed by a BSD-style license that can be
2983 * found in the LICENSE file. */
2984
2985 :root {
2986 /* These are custom, Chrome-specific colors that don't have --paper or
2987 * --google equivalents. Blame bettes@. http://crbug.com/598451 */
2988 --md-background-color: rgb(236, 239, 241);
2989 --md-toolbar-color: rgb(52, 73, 94);
2990 }
2991
2992 </style>
2993 <style no-process=""> 2994 <style no-process="">
2994 #toolbar { 2995 #toolbar {
2995 background: var(--md-toolbar-color); 2996 background: var(--md-toolbar-color);
2996 } 2997 }
2997 </style> 2998 </style>
2998 <downloads-toolbar id="toolbar"></downloads-toolbar> 2999 <downloads-toolbar id="toolbar"></downloads-toolbar>
2999 <iron-list id="downloads-list" items="{{items_}}" hidden="[[!hasDownloads_]] "> 3000 <iron-list id="downloads-list" items="{{items_}}" hidden="[[!hasDownloads_]] ">
3000 <template> 3001 <template>
3001 <downloads-item data="[[item]]" hide-date="[[item.hideDate]]"> 3002 <downloads-item data="[[item]]" hide-date="[[item.hideDate]]">
3002 </downloads-item> 3003 </downloads-item>
(...skipping 15 matching lines...) Expand all
3018 <if expr="is_macosx"> 3019 <if expr="is_macosx">
3019 <command id="undo-command" shortcut="Meta-U+005A"></command> 3020 <command id="undo-command" shortcut="Meta-U+005A"></command>
3020 <command id="find-command" shortcut="Meta-U+0046"></command> 3021 <command id="find-command" shortcut="Meta-U+0046"></command>
3021 </if> 3022 </if>
3022 <if expr="not is_macosx"> 3023 <if expr="not is_macosx">
3023 <command id="undo-command" shortcut="Ctrl-U+005A"></command> 3024 <command id="undo-command" shortcut="Ctrl-U+005A"></command>
3024 <command id="find-command" shortcut="Ctrl-U+0046"></command> 3025 <command id="find-command" shortcut="Ctrl-U+0046"></command>
3025 </if> 3026 </if>
3026 <link rel="import" href="chrome://resources/html/polymer.html"> 3027 <link rel="import" href="chrome://resources/html/polymer.html">
3027 <script src="crisper.js"></script></body></html> 3028 <script src="crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/manager.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698