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. */ |
+} |