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

Unified Diff: chrome/browser/resources/signin/signin_email_confirmation/signin_email_confirmation.html

Issue 2625663003: Layout nits for the signin email confirmation dialog. (Closed)
Patch Set: Created 3 years, 11 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 | chrome/browser/resources/signin/signin_shared_css.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/signin/signin_email_confirmation/signin_email_confirmation.html
diff --git a/chrome/browser/resources/signin/signin_email_confirmation/signin_email_confirmation.html b/chrome/browser/resources/signin/signin_email_confirmation/signin_email_confirmation.html
index c81130284be54ce4cdfb5aa0215e3d92b69421c8..585afd1373882877625b5bbff6318d8d8a21fee2 100644
--- a/chrome/browser/resources/signin/signin_email_confirmation/signin_email_confirmation.html
+++ b/chrome/browser/resources/signin/signin_email_confirmation/signin_email_confirmation.html
@@ -20,6 +20,26 @@
padding: 0 24px;
}
+ .container {
+ /* The sign-in confirmation dialog uses a width that is larger than
+ the other sign-in dialogs to fit cases when the user has an email name
+ that is very large*/
+ width: 512px;
+ }
+
+ .top-title-bar {
+ color: #333;
+
+ /* The signin email confirmation dialog needs to support cases when the
+ title extends multiple lines. In that case, the height of the title
+ bar is equal to padding + height of the text (which is equal to
+ 2*16px + nb_lines * 22px).
+ */
+ line-height: 22px;
+ padding: 16px 24px;
+ height: auto;
+ }
+
#closeButton {
-webkit-margin-start: 8px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/signin/signin_shared_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698