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

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

Issue 2602973002: Add Active Directory password change screen. (Closed)
Patch Set: nits 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
Index: chrome/browser/resources/chromeos/login/screen_active_directory_password_change.css
diff --git a/chrome/browser/resources/chromeos/login/screen_active_directory_password_change.css b/chrome/browser/resources/chromeos/login/screen_active_directory_password_change.css
new file mode 100644
index 0000000000000000000000000000000000000000..81a55ef39abed3b42e87e9b246b841579fa22227
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/screen_active_directory_password_change.css
@@ -0,0 +1,14 @@
+/* Copyright 2016 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+#ad-password-change {
+ bottom: 0;
+ display: block;
+ height: 528px; /* Should be the same as #gaia-signin. */
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 448px; /* Should be the same as #gaia-signin. */
+}

Powered by Google App Engine
This is Rietveld 408576698