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

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

Issue 2849583002: cros: Update migration banner on login (Closed)
Patch Set: font-size -> 14px, no override Created 3 years, 8 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: ui/login/account_picker/screen_account_picker.css
diff --git a/ui/login/account_picker/screen_account_picker.css b/ui/login/account_picker/screen_account_picker.css
index c292d00a693bf65b620187a13c16095d45a1f4de..e3dd46172931180129fc8503044fe340007def4d 100644
--- a/ui/login/account_picker/screen_account_picker.css
+++ b/ui/login/account_picker/screen_account_picker.css
@@ -18,6 +18,10 @@
width: 100%;
}
+html[screen=login] #signin-banner-container1 {
+ margin-bottom: 6px;
+}
+
#signin-banner-container2 {
display: inline-block;
position: relative;
@@ -34,12 +38,12 @@ html[dir=rtl] #signin-banner-container2 {
border-radius: 4px;
color: whitesmoke;
display: none;
- font-size: 15px;
left: -50%;
+ max-width: 722px;
padding: 20px;
position: relative;
text-align: center;
- width: 722px;
+ width: max-content;
}
html[dir=rtl] #signin-banner {
@@ -51,6 +55,10 @@ html[screen=user-adding] #signin-banner {
display: inline-block;
}
+html[screen=login] #signin-banner {
+ padding: 20px 24px;
+}
+
html[screen=login] #signin-banner,
html[screen=lock] #signin-banner {
display: inline-block;
« 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