| Index: chrome/browser/resources/md_history/synced_device_card.html
|
| diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html
|
| index 57e69995e8d76d1008baeebba1b13cce9d7ede73..d255cc9a779ef4cf570719d9f2839ba3e73a84d7 100644
|
| --- a/chrome/browser/resources/md_history/synced_device_card.html
|
| +++ b/chrome/browser/resources/md_history/synced_device_card.html
|
| @@ -42,10 +42,14 @@
|
| color: var(--secondary-text-color);
|
| }
|
|
|
| - .card-title .icon-button {
|
| + #right-buttons {
|
| -webkit-margin-end: 4px;
|
| }
|
|
|
| + #menu-button {
|
| + -webkit-margin-end: 8px;
|
| + }
|
| +
|
| #collapse {
|
| border-bottom: 1px solid var(--card-border-color);
|
| overflow: hidden;
|
| @@ -77,11 +81,17 @@
|
| [[device]]
|
| <span id="last-update-time">[[lastUpdateTime]]</span>
|
| </div>
|
| - <button is="paper-icon-button-light" class="icon-button"
|
| - title$="[[collapseTooltip_(cardOpen_)]]">
|
| - <iron-icon icon="cr:expand-less" id="dropdown-indicator">
|
| - </iron-icon>
|
| - </button>
|
| + <div id="right-buttons">
|
| + <button is="paper-icon-button-light" id="menu-button"
|
| + class="icon-button" on-tap="onMenuButtonTap_">
|
| + <iron-icon icon="cr:more-vert"></iron-icon>
|
| + </button>
|
| + <button is="paper-icon-button-light" class="icon-button"
|
| + title$="[[collapseTooltip_(cardOpen_)]]">
|
| + <iron-icon icon="cr:expand-less" id="dropdown-indicator">
|
| + </iron-icon>
|
| + </button>
|
| + </div>
|
| </div>
|
|
|
| <iron-collapse opened="{{cardOpen_}}" id="collapse">
|
| @@ -99,9 +109,6 @@
|
| hidden$="[[!isWindowSeparatorIndex_(index, separatorIndexes)]]">
|
| </div>
|
| </template>
|
| - <div class="item-container">
|
| - <p on-tap="openAllTabs_" id="open-tabs">$i18n{openAll}</p>
|
| - </div>
|
| </div>
|
| </iron-collapse>
|
| </div>
|
|
|