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

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

Issue 599273004: Polished UI for the host side of pairing flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_point
Patch Set: Fixed error in Oobe initialization. Created 6 years, 3 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_host_pairing_page.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing_page.css b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing_page.css
new file mode 100644
index 0000000000000000000000000000000000000000..70e4e9aa6d92f971e7cf8ec93acd13be4bad14fa
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing_page.css
@@ -0,0 +1,20 @@
+/* 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.
+ */
+
+:host {
+ display: block;
+}
+
+#title {
+ border-bottom: 2px solid rgba(255, 255, 255, 0.2);
+ font-size: 45px;
+ padding-bottom: 18px;
+}
+
+#content {
+ font-size: 24px;
+ padding-top: 25px;
+}
+

Powered by Google App Engine
This is Rietveld 408576698