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

Unified Diff: ui/login/account_picker/user_pod_template.html

Issue 1642323004: User Manager MD User Pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Roger's comments, css cleanup, rtl css tweak Created 4 years, 10 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
Index: ui/login/account_picker/user_pod_template.html
diff --git a/ui/login/account_picker/user_pod_template.html b/ui/login/account_picker/user_pod_template.html
index e863e1e890a75d6106518fb0449e36925746b99a..ef555e6c1966ae75016801ec31baae2e683184ed 100644
--- a/ui/login/account_picker/user_pod_template.html
+++ b/ui/login/account_picker/user_pod_template.html
@@ -1,4 +1,5 @@
<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<div id="user-pod-template" class="pod" hidden>
<div class="user-image-pane">
@@ -52,6 +53,7 @@
</div>
<div class="action-box-area">
<div class="custom-appearance action-box-button"></div>
+ <iron-icon icon="more-vert" class="action-box-icon"></iron-icon>
</div>
<div class="user-type-icon-area" hidden>
<div class="custom-appearance user-type-icon-image"></div>
@@ -97,9 +99,8 @@
</table>
<div class="action-box-remove-legacy-supervised-user-warning-text"
i18n-content="removeLegacySupervisedUserWarningText"></div>
- <button class="remove-warning-button
- custom-appearance button-fancy button-red"
- i18n-content="removeUserWarningButtonTitle"></button>
+ <paper-button class="remove-warning-button"
+ i18n-content="removeUserWarningButtonTitle"></paper-button>
</div>
</div>
<div class="user-type-bubble">
« ui/login/account_picker/user_pod_row.js ('K') | « ui/login/account_picker/user_pod_row.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698