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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.html

Issue 2124783002: Site Settings Desktop: Show menu right-aligned. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/site_list.html
diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
index 2bbd65e06b06a3f851f812206310e2b8f87a5f7f..698837cad4e3b3d97edcfc712f06571d8844354e 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -51,7 +51,7 @@
<div>[[item.originForDisplay]]</div>
<div class="secondary">[[item.embeddingOriginForDisplay]]</div>
</div>
- <paper-menu-button hidden$="[[allSites]]">
+ <paper-menu-button hidden$="[[allSites]]" horizontal-align="right">
Dan Beam 2016/07/06 15:26:33 what about in RTL?
Finnur 2016/08/19 16:13:30 OK, circling back to this CL that I was working on
tommycli 2016/08/22 23:33:00 Fixing LTR while leaving RTL no worse off is fine
<paper-icon-button icon="cr:more-vert"
class="dropdown-trigger">
</paper-icon-button>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698