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

Side by Side Diff: chrome/browser/resources/md_history/synced_device_card.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
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.vulcanized.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 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 1 <link rel="import" href="chrome://resources/cr_elements/icons.html">
2 <link rel="import" href="chrome://resources/html/cr/ui/focus_row.html"> 2 <link rel="import" href="chrome://resources/html/cr/ui/focus_row.html">
3 <link rel="import" href="chrome://resources/html/polymer.html"> 3 <link rel="import" href="chrome://resources/html/polymer.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll apse.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-coll apse.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.htm l"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.htm l">
8 <link rel="import" href="chrome://resources/html/icon.html"> 8 <link rel="import" href="chrome://resources/html/icon.html">
9 <link rel="import" href="chrome://history/browser_service.html"> 9 <link rel="import" href="chrome://history/browser_service.html">
10 <link rel="import" href="chrome://history/constants.html"> 10 <link rel="import" href="chrome://history/constants.html">
11 <link rel="import" href="chrome://history/searched_label.html"> 11 <link rel="import" href="chrome://history/searched_label.html">
12 <link rel="import" href="chrome://history/shared_style.html"> 12 <link rel="import" href="chrome://history/shared_style.html">
13 13
14 <dom-module id="history-synced-device-card"> 14 <dom-module id="history-synced-device-card">
15 <template> 15 <template>
16 <style include="shared-style"> 16 <style include="shared-style">
17 :host { 17 :host {
18 @apply(--card-sizing); 18 @apply(--card-sizing);
19 -webkit-tap-highlight-color: transparent;
19 display: block; 20 display: block;
20 padding-bottom: var(--card-padding-between); 21 padding-bottom: var(--card-padding-between);
21 } 22 }
22 23
23 #card-heading { 24 #card-heading {
24 -webkit-padding-end: 0; 25 -webkit-padding-end: 0;
25 cursor: pointer; 26 cursor: pointer;
26 justify-content: space-between; 27 justify-content: space-between;
27 } 28 }
28 29
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 <div class="window-separator" 118 <div class="window-separator"
118 hidden$="[[!isWindowSeparatorIndex_(index, separatorIndexes)]]"> 119 hidden$="[[!isWindowSeparatorIndex_(index, separatorIndexes)]]">
119 </div> 120 </div>
120 </template> 121 </template>
121 </div> 122 </div>
122 </iron-collapse> 123 </iron-collapse>
123 </div> 124 </div>
124 </template> 125 </template>
125 <script src="chrome://history/synced_device_card.js"></script> 126 <script src="chrome://history/synced_device_card.js"></script>
126 </dom-module> 127 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698