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: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2346073003: [Polymer] updating (Closed)
Patch Set: Created 4 years, 3 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 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) 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
(...skipping 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 margin-top: -10px; 1736 margin-top: -10px;
1737 top: 10px; 1737 top: 10px;
1738 } 1738 }
1739 1739
1740 :host([vertical-align="bottom"]) .dropdown-content { 1740 :host([vertical-align="bottom"]) .dropdown-content {
1741 bottom: 10px; 1741 bottom: 10px;
1742 margin-bottom: -10px; 1742 margin-bottom: -10px;
1743 margin-top: 20px; 1743 margin-top: 20px;
1744 } 1744 }
1745 1745
1746 #trigger {
1747 cursor: pointer;
1748 }
1749
1746 </style> 1750 </style>
1747 1751
1748 <div id="trigger" on-tap="toggle"> 1752 <div id="trigger" on-tap="toggle">
1749 <content select=".dropdown-trigger"></content> 1753 <content select=".dropdown-trigger"></content>
1750 </div> 1754 </div>
1751 1755
1752 <iron-dropdown id="dropdown" opened="{{opened}}" horizontal-align="[[horizon talAlign]]" vertical-align="[[verticalAlign]]" dynamic-align="[[dynamicAlign]]" horizontal-offset="[[horizontalOffset]]" vertical-offset="[[verticalOffset]]" no -overlap="[[noOverlap]]" open-animation-config="[[openAnimationConfig]]" close-a nimation-config="[[closeAnimationConfig]]" no-animations="[[noAnimations]]" focu s-target="[[_dropdownContent]]" allow-outside-scroll="[[allowOutsideScroll]]" re store-focus-on-close="[[restoreFocusOnClose]]" on-iron-overlay-canceled="__onIro nOverlayCanceled"> 1756 <iron-dropdown id="dropdown" opened="{{opened}}" horizontal-align="[[horizon talAlign]]" vertical-align="[[verticalAlign]]" dynamic-align="[[dynamicAlign]]" horizontal-offset="[[horizontalOffset]]" vertical-offset="[[verticalOffset]]" no -overlap="[[noOverlap]]" open-animation-config="[[openAnimationConfig]]" close-a nimation-config="[[closeAnimationConfig]]" no-animations="[[noAnimations]]" focu s-target="[[_dropdownContent]]" allow-outside-scroll="[[allowOutsideScroll]]" re store-focus-on-close="[[restoreFocusOnClose]]" on-iron-overlay-canceled="__onIro nOverlayCanceled">
1753 <div class="dropdown-content"> 1757 <div class="dropdown-content">
1754 <content id="content" select=".dropdown-content"></content> 1758 <content id="content" select=".dropdown-content"></content>
1755 </div> 1759 </div>
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1977 outline: none; 1981 outline: none;
1978 box-shadow: none; 1982 box-shadow: none;
1979 padding: 0; 1983 padding: 0;
1980 width: 100%; 1984 width: 100%;
1981 max-width: 100%; 1985 max-width: 100%;
1982 background: transparent; 1986 background: transparent;
1983 border: none; 1987 border: none;
1984 color: var(--paper-input-container-input-color,var(--primary-text-color) );; 1988 color: var(--paper-input-container-input-color,var(--primary-text-color) );;
1985 -webkit-appearance: none; 1989 -webkit-appearance: none;
1986 text-align: inherit; 1990 text-align: inherit;
1991 vertical-align: bottom;
1987 1992
1988 font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoot hing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper -font-subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight) ; line-height: var(--paper-font-subhead_-_line-height); 1993 font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoot hing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper -font-subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight) ; line-height: var(--paper-font-subhead_-_line-height);
1989 ; 1994 ;
1990 } 1995 }
1991 1996
1992 ::content [prefix] { 1997 ::content [prefix] {
1993 font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoothing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper-font- subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight); line -height: var(--paper-font-subhead_-_line-height); 1998 font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoothing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper-font- subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight); line -height: var(--paper-font-subhead_-_line-height);
1994 1999
1995 ; 2000 ;
1996 -ms-flex: var(--layout-flex-none_-_-ms-flex); -webkit-flex: var(--layout -flex-none_-_-webkit-flex); flex: var(--layout-flex-none_-_flex); 2001 -ms-flex: var(--layout-flex-none_-_-ms-flex); -webkit-flex: var(--layout -flex-none_-_-webkit-flex); flex: var(--layout-flex-none_-_flex);
(...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after
3575 <command id="undo-command" shortcut="Meta|z"></command> 3580 <command id="undo-command" shortcut="Meta|z"></command>
3576 <command id="find-command" shortcut="Meta|f"></command> 3581 <command id="find-command" shortcut="Meta|f"></command>
3577 </if> 3582 </if>
3578 <if expr="not is_macosx"> 3583 <if expr="not is_macosx">
3579 <command id="clear-all-command" shortcut="Alt|c"></command> 3584 <command id="clear-all-command" shortcut="Alt|c"></command>
3580 <command id="undo-command" shortcut="Ctrl|z"></command> 3585 <command id="undo-command" shortcut="Ctrl|z"></command>
3581 <command id="find-command" shortcut="Ctrl|f"></command> 3586 <command id="find-command" shortcut="Ctrl|f"></command>
3582 </if> 3587 </if>
3583 <link rel="import" href="chrome://resources/html/polymer.html"> 3588 <link rel="import" href="chrome://resources/html/polymer.html">
3584 <script src="crisper.js"></script></body></html> 3589 <script src="crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_history/app.crisper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698