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

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

Issue 2649103006: arc: Add splash screen for ARC++ Kiosk startup (Closed)
Patch Set: 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_arc_kiosk_splash.css
diff --git a/chrome/browser/resources/chromeos/login/screen_arc_kiosk_splash.css b/chrome/browser/resources/chromeos/login/screen_arc_kiosk_splash.css
new file mode 100644
index 0000000000000000000000000000000000000000..26c238cc8c9470023c88f5b5ffd4f665ecb73ece
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/screen_arc_kiosk_splash.css
@@ -0,0 +1,40 @@
+/* Copyright 2017 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. */
+
+#arc-kiosk-splash {
+ -webkit-box-align: center;
+ -webkit-box-pack: center;
+ background: white;
+ display: -webkit-box;
+}
+
+#arc-splash-content {
+ -webkit-box-align: center;
+ -webkit-box-orient: vertical;
+ -webkit-box-pack: center;
+ display: -webkit-box;
+ position: relative;
+}
+
+#arc-splash-header {
+ -webkit-padding-start: 108px;
+ background: left center no-repeat;
+ background-size: 96px;
+ color: #666;
+ display: -webkit-box;
+ font-size: 48px;
+ height: 96px;
+ line-height: 96px;
+}
+
+#arc-splash-launch-text {
+ color: #666;
+ font-size: 18px;
+ padding-top: 50px;
+}
+
+#arc-splash-spinner {
+ height: 32px;
+ width: 32px;
+}

Powered by Google App Engine
This is Rietveld 408576698