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

Unified Diff: ui/login/account_picker/user_pod_row.css

Issue 446743003: Hook up new API for easy unlock to update lock screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 | « ui/login/account_picker/screen_account_picker.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/user_pod_row.css
diff --git a/ui/login/account_picker/user_pod_row.css b/ui/login/account_picker/user_pod_row.css
index 5927b25080586f4e1d9cdba72c58bc4e5ec712fb..01a3b7affedc1f53dd6362d56d9ca871322ec0be 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -219,10 +219,19 @@ html[dir=rtl] .main-pane {
}
.custom-icon {
+ -webkit-margin-end: 0;
+ -webkit-margin-start: auto;
background-position: center;
background-repeat: no-repeat;
flex: none;
+}
+
+.custom-icon-container {
+ display: flex;
+ flex: none;
+ flex-direction: column;
height: 40px;
+ justify-content: center;
width: 40px;
}
@@ -423,10 +432,6 @@ html[dir=rtl] .user-type-bubble {
margin-bottom: 14px;
}
-.easy-unlock-button-content {
- width: 145px;
-}
-
/**** Public account user pod rules *******************************************/
.pod.public-account.expanded {
« no previous file with comments | « ui/login/account_picker/screen_account_picker.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698