Index: chrome/browser/resources/chromeos/login/oobe_screen_eula_installation_settings_overlay.css |
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_eula_installation_settings_overlay.css b/chrome/browser/resources/chromeos/login/oobe_screen_eula_installation_settings_overlay.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2d4fc888dce07cda2daca231c08a5e1ba72f8f7e |
--- /dev/null |
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_eula_installation_settings_overlay.css |
@@ -0,0 +1,18 @@ |
+/* Copyright 2014 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. */ |
+ |
+#tpm-busy { |
+ text-align: center; |
+} |
+ |
+#tpm-password { |
+ font-weight: bold; |
+ text-align: center; |
+} |
+ |
+#installation-settings-popup button { |
+ bottom: 20px; |
+ position: absolute; |
+ right: 20px; |
+} |