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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.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.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
index 2d5f385e3909b1d14b3ec2f92fbb18e6d02936d9..e14c84127d4cf82c2693f3bbf3f5a075e5880e21 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
@@ -3,14 +3,48 @@
* found in the LICENSE file.
*/
-#host-pairing {
- background: white;
- height: 601px;
- padding: 20px;
- width: 720px;
+/* TODO(dzhioev): support RTL. */
+
+:host {
+ -webkit-user-select: none;
+ background-color: rgb(242, 166, 0);
+ color: white;
+ display: block;
+ font-family: 'Roboto';
+ height: 100%;
+}
+
+core-animated-pages {
+ left: 114px;
+ position: absolute;
+ right: 0;
+ top: 100px;
+}
+
+#illustration {
+ background-image: url(chrome://theme/IDR_BUILDINGS_ILLUSTRATION);
+ bottom: 95px;
+ height: 368px;
+ position: absolute;
+ right: 95px;
+ width: 503px;
+}
+
+#device-indicator {
+ bottom: 74px;
+ font-size: 33px;
+ font-weight: bolder;
+ left: 130px;
+ position: absolute;
+}
+
+#device-label {
+ margin-left: -0.3em;
}
-#host-pairing .page-name {
- text-align: center;
+#code {
+ font-family: 'Roboto';
+ font-size: 120px;
+ font-weight: lighter;
}

Powered by Google App Engine
This is Rietveld 408576698