Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / oobe_screen_host_pairing.css
index 2d5f385..5be31f2 100644 (file)
@@ -3,14 +3,49 @@
  * found in the LICENSE file.
  */
 
-#host-pairing {
-  background: white;
-  height: 601px;
-  padding: 20px;
-  width: 720px;
+/* TODO(dzhioev): support RTL. http://crbug.com/423354 */
+
+:host {
+  -webkit-user-select: none;
+  background-color: rgb(242, 166, 0);
+  color: white;
+  display: block;
+  font-family: 'Roboto';
+  font-weight: 300;
+  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;
 }