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

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

Issue 2538333002: MD History: Reduce space between cards (Closed)
Patch Set: Created 4 years 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 | « no previous file | chrome/browser/resources/md_history/shared_vars.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html><head><!-- 1 <html><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 2079 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 <g id="info-outline"><path d="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4. 48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.5 9 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"></path></g> 2090 <g id="info-outline"><path d="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4. 48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.5 9 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"></path></g>
2091 <g id="today"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 1 9c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z "></path></g> 2091 <g id="today"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 1 9c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z "></path></g>
2092 </defs> 2092 </defs>
2093 </svg> 2093 </svg>
2094 </iron-iconset-svg> 2094 </iron-iconset-svg>
2095 <style is="custom-style" css-build="shadow">html { 2095 <style is="custom-style" css-build="shadow">html {
2096 --card-border-color: rgba(0, 0, 0, 0.14); 2096 --card-border-color: rgba(0, 0, 0, 0.14);
2097 --card-first-last-item-padding: 8px; 2097 --card-first-last-item-padding: 8px;
2098 --card-max-width: 960px; 2098 --card-max-width: 960px;
2099 --card-min-width: 550px; 2099 --card-min-width: 550px;
2100 --card-padding-between: 20px; 2100 --card-padding-between: 16px;
2101 --card-padding-side: 24px; 2101 --card-padding-side: 24px;
2102 --card-sizing_-_margin: 0 auto; --card-sizing_-_max-width: var(--card-max- width); --card-sizing_-_min-width: var(--card-min-width); --card-sizing_-_paddi ng: 0 var(--card-padding-side); --card-sizing_-_width: calc(100% - 2 * var(--c ard-padding-side));; 2102 --card-sizing_-_margin: 0 auto; --card-sizing_-_max-width: var(--card-max- width); --card-sizing_-_min-width: var(--card-min-width); --card-sizing_-_paddi ng: 0 var(--card-padding-side); --card-sizing_-_width: calc(100% - 2 * var(--c ard-padding-side));;
2103 --first-card-padding-top: 24px; 2103 --first-card-padding-top: 24px;
2104 --item-height: 44px; 2104 --item-height: 44px;
2105 --primary-text-color: #333; 2105 --primary-text-color: #333;
2106 --secondary-text-color: #757575; 2106 --secondary-text-color: #757575;
2107 --side-bar-width: 256px; 2107 --side-bar-width: 256px;
2108 --toolbar-grouped-height: 101px; 2108 --toolbar-grouped-height: 101px;
2109 --toolbar-height: 56px; 2109 --toolbar-height: 56px;
2110 } 2110 }
(...skipping 1655 matching lines...) Expand 10 before | Expand all | Expand 10 after
3766 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}" show-footer="[[showSidebarFooter]]" drawer=""> 3766 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}" show-footer="[[showSidebarFooter]]" drawer="">
3767 </history-side-bar> 3767 </history-side-bar>
3768 </app-drawer> 3768 </app-drawer>
3769 </template> 3769 </template>
3770 3770
3771 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" > 3771 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" >
3772 </iron-media-query> 3772 </iron-media-query>
3773 </template> 3773 </template>
3774 </dom-module> 3774 </dom-module>
3775 <script src="app.crisper.js"></script></body></html> 3775 <script src="app.crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/shared_vars.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698