Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / login / screen_container.css
index 70d84fb..40d4004 100644 (file)
 
 #progress-dots {
   -webkit-box-pack: center;
-  -webkit-margin-before: 15px;
   -webkit-transition: opacity 200ms ease-in-out,
                       visibility 200ms ease-in-out;
   display: -webkit-box;
+  margin-top: 15px;
 }
 
 /* Hidden for the duration of initial transition. */
   opacity: 1;
 }
 
-#oobe.reset #progress-dots {
+#oobe.reset #progress-dots,
+#oobe.host-pairing #progress-dots,
+#oobe.controller-pairing #progress-dots {
   visibility: hidden;
 }