Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / screen_gaia_signin.css
index 46955de..45eb154 100644 (file)
@@ -9,13 +9,12 @@
   width: 722px; /* Should be the same as #user-image.loading width. */
 }
 
-#gaia-signin.no-right-panel {
+#gaia-signin:not(.saml).no-right-panel {
   width: 522px;
 }
 
 #gaia-signin.saml {
-  padding: 70px 10px 10px;
-  width: 1000px;
+  padding: 75px 0 0;
 }
 
 #signin-right {
@@ -26,7 +25,8 @@
 }
 
 #signin-right,
-#enterprise-info-container {
+#enterprise-info-container,
+#saml-info-container {
   font-size: 12px;
 }
 
   width: 100%;
 }
 
-#gaia-signin-divider {
-  background: -webkit-gradient(
-                   linear, left top, left bottom,
-                   color-stop(0, #e3e3e3),
-                   color-stop(0.5, #cacaca),
-                   color-stop(1, #e3e3e3));
+.signin-divider {
+  background: linear-gradient(
+                   to bottom,
+                   #e3e3e3,
+                   #cacaca 50%,
+                   #e3e3e3);
   border: none;
   width: 1px;
 }
 
 #signin-frame {
   background-color: transparent;
+  margin-left: -44px;
   vertical-align: top;
-  width: 340px;
+  width: 400px;
+}
+
+/* Simpler alignment if no right panel. */
+.no-right-panel #signin-frame,
+.saml #signin-frame {
+  margin-left: 0;
 }
 
 /* Position to be aligned with the login box in iframe  */
   vertical-align: text-bottom;
 }
 
+#createManagedUserLogo span {
+  vertical-align: -10%;
+}
+
 #createManagedUserLinkPlaceholder,
 #createManagedUserNoManagerText {
   margin-top: 10px;
 }
 
+#saml-notice-container {
+  left: 0;
+  position: absolute;
+  right: 0;
+  text-align: center;
+  top: 50px;
+}
+
+#saml-notice-message {
+  margin: 0 auto;
+}