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: chrome/browser/resources/chromeos/login/screen_active_directory_password_change.css

Issue 2602973002: Add Active Directory password change screen. (Closed)
Patch Set: Created 4 years 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..847bad87b3fcf898cc57f9233b4cc98f3a1180d0
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/screen_active_directory_password_change.css
@@ -0,0 +1,15 @@
+/* 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.
+ */
+
michaelpg 2017/01/11 22:09:13 nit: remove blank line
Roman Sorokin (ftl) 2017/01/12 12:38:50 Done.
+#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