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

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: Sync Created 4 years, 4 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 89f11f90cf9964da650a107a9cef6537267ffba9..5a8724e409f94241b36936cce6128a296b0e51c5 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -58,7 +58,8 @@
<template is="dom-if" if="[[isPolicyControlled_(item.source)]]">
<iron-icon icon="cr:domain"></iron-icon>
</template>
- <paper-menu-button hidden="[[!shouldShowMenu_(item.source)]]">
+ <paper-menu-button hidden="[[!shouldShowMenu_(item.source)]]"
+ horizontal-align="right">
<paper-icon-button icon="cr:more-vert" class="dropdown-trigger">
</paper-icon-button>
<paper-menu id="actionMenu" class="dropdown-content"
« 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