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

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

Issue 2921213002: Fix misplacement of PIN keyboard and sign-in banner for new login screen (Closed)
Patch Set: Address comments Created 3 years, 6 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 | ui/login/account_picker/md_user_pod_row.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/md_screen_account_picker.css
diff --git a/ui/login/account_picker/md_screen_account_picker.css b/ui/login/account_picker/md_screen_account_picker.css
index bfb64369d957a46c67e0b802436046a12df6605d..ca8742c8c0b174b376f22ea5b939cdd93cccd115 100644
--- a/ui/login/account_picker/md_screen_account_picker.css
+++ b/ui/login/account_picker/md_screen_account_picker.css
@@ -46,9 +46,11 @@ html[dir=rtl] #signin-banner {
}
html[screen=user-adding] #signin-banner {
+ background-color: rgba(0, 0, 0, 0.34);
display: inline-block;
}
+html[screen=user-adding] #signin-banner,
html[screen=login] #signin-banner {
padding: 20px 24px;
}
« no previous file with comments | « no previous file | ui/login/account_picker/md_user_pod_row.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698