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

Side by Side Diff: chrome/browser/resources/md_history/lazy_load.vulcanized.html

Issue 2402913002: MD History: Fix minor visual inconsistencies (Closed)
Patch Set: Created 4 years, 2 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 <html><head><!-- 1 <html><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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 button.more-vert-button div { 672 button.more-vert-button div {
673 border: 2px solid var(--secondary-text-color); 673 border: 2px solid var(--secondary-text-color);
674 border-radius: 2px; 674 border-radius: 2px;
675 margin: 1px 10px; 675 margin: 1px 10px;
676 pointer-events: none; 676 pointer-events: none;
677 transform: scale(0.8); 677 transform: scale(0.8);
678 } 678 }
679 679
680 :host { 680 :host {
681 margin: var(--card-sizing_-_margin); max-width: var(--card-sizing_-_max-width) ; min-width: var(--card-sizing_-_min-width); padding: var(--card-sizing_-_paddin g); width: var(--card-sizing_-_width); 681 margin: var(--card-sizing_-_margin); max-width: var(--card-sizing_-_max-width) ; min-width: var(--card-sizing_-_min-width); padding: var(--card-sizing_-_paddin g); width: var(--card-sizing_-_width);
682 -webkit-tap-highlight-color: transparent;
682 display: block; 683 display: block;
683 padding-bottom: var(--card-padding-between); 684 padding-bottom: var(--card-padding-between);
684 } 685 }
685 686
686 #card-heading { 687 #card-heading {
687 -webkit-padding-end: 0; 688 -webkit-padding-end: 0;
688 cursor: pointer; 689 cursor: pointer;
689 justify-content: space-between; 690 justify-content: space-between;
690 } 691 }
691 692
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 <content select="*"></content> 1600 <content select="*"></content>
1600 </div> 1601 </div>
1601 </div> 1602 </div>
1602 1603
1603 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> 1604 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button>
1604 1605
1605 </template> 1606 </template>
1606 1607
1607 </dom-module> 1608 </dom-module>
1608 </div><script src="lazy_load.crisper.js"></script></body></html> 1609 </div><script src="lazy_load.crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/history_list.html ('k') | chrome/browser/resources/md_history/synced_device_card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698