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

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

Issue 1115993002: ChromeOS Gaia: SAML password confirmation dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roman changes Created 5 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
Index: chrome/browser/resources/chromeos/login/screen_confirm_password.css
diff --git a/chrome/browser/resources/chromeos/login/screen_confirm_password.css b/chrome/browser/resources/chromeos/login/screen_confirm_password.css
index 9fc699f87a625430f5673fb1f0c7d23cdc1e50cd..0b29e02f93aea05225a48c5f9633c44f9e443ceb 100644
--- a/chrome/browser/resources/chromeos/login/screen_confirm_password.css
+++ b/chrome/browser/resources/chromeos/login/screen_confirm_password.css
@@ -47,4 +47,15 @@
margin-top: 1em;
}
+.confirm-password .new-gaia-flow #step-logo {
+ display: none;
+}
+
+.new-gaia-flow #saml-confirm-password,
+.new-gaia-flow #confirm-password {
+ height: 528px;
+ padding: 0;
+ width: 448px;
+}
+
<include src="gaia.css">

Powered by Google App Engine
This is Rietveld 408576698