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

Unified Diff: chrome/browser/resources/chromeos/login/screen_gaia_signin.css

Issue 137263015: cros: Update saml banner text and style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « chrome/app/chromeos_strings.grdp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/screen_gaia_signin.css
diff --git a/chrome/browser/resources/chromeos/login/screen_gaia_signin.css b/chrome/browser/resources/chromeos/login/screen_gaia_signin.css
index 10f2256cc120ba09f2b4022ff34f4a8c5dbc6f32..17a480bfb4350c60e3fac7fe24e9c4bf3bf72afb 100644
--- a/chrome/browser/resources/chromeos/login/screen_gaia_signin.css
+++ b/chrome/browser/resources/chromeos/login/screen_gaia_signin.css
@@ -14,7 +14,7 @@
}
#gaia-signin.saml {
- padding: 75px 10px 10px;
+ padding: 75px 0 0;
bartfab (slow) 2014/01/29 15:29:38 Nit: Would padding-top: 75px not be sufficient?
xiyuan 2014/01/29 16:12:34 The top padding is space for logo and saml notice
bartfab (slow) 2014/01/29 16:30:17 What I meant was whether |padding-top: 75px| would
xiyuan 2014/01/29 16:32:10 Oh, we need the '0 0' to override the non-saml #ga
bartfab (slow) 2014/01/30 09:54:54 Ah, good to know. Thanks for clarifying.
}
#signin-right {
@@ -156,9 +156,5 @@
}
#saml-notice-message {
- background-color: rgb(250, 245, 202);
- border: 2px solid rgb(250, 245, 202);
- border-radius: 2px;
- margin-left: auto;
- margin-right: auto;
+ margin: 0 auto;
}
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698