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

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

Issue 609803002: UI rework for reset options including Rollback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Strings and views nits. Rollback view is unset on screen cancel. Created 6 years, 2 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/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;
+}

Powered by Google App Engine
This is Rietveld 408576698