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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html

Issue 2161743002: MD Settings: Fix paper/iron dropdown alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
index d2d9c489676cfaf23839cf5184154a95c7b417e3..b5b51298e83b95b3f3d158e039bc724db0b8d460 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html
@@ -37,7 +37,8 @@
<paper-icon-button icon="cr:more-vert" toggles
active="{{dropdownOpened}}">
</paper-icon-button>
- <iron-dropdown opened="{{dropdownOpened}}" on-tap="menuSelected_">
+ <iron-dropdown opened="{{dropdownOpened}}" on-tap="menuSelected_"
+ vertical-align="auto" horizontal-align="right">
dpapad 2016/07/18 19:42:51 Did you try this in RTL? Using "right" does not se
stevenjb 2016/07/18 20:43:46 Just tested with 'ar' and right/left get swapped.
Dan Beam 2016/07/18 20:58:52 yeah, the swapping is fairly unintuitive, but Poly
<div class="dropdown-content">
<paper-item id="connect" hidden$="[[device.connected]]">
$i18n{bluetoothConnect}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698