Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / oobe_screen.css
index 142ef77..b84d318 100644 (file)
 }
 
 .step-controls {
-  -webkit-box-pack: end;
-  -webkit-padding-end: 34px;  /* Double the padding of .step */
   bottom: 21px;
   box-sizing: border-box;
-  display: -webkit-box;
+  display: flex;
   height: 28px;
+  justify-content: flex-end;
+  padding-right: 34px;  /* Double the padding of .step */
   position: absolute;
   width: 100%;
 }
 
+html[dir=rtl] .step-controls {
+  /* Hack as -webkit-padding-end doesn't catch direction. crbug.com/363836 */
+  padding-left: 34px;
+}
+
 .animation .step-controls button {
   /* Don't grey out disabled buttons during animation. */
   color: buttontext !important;
@@ -138,8 +143,6 @@ html[dir=rtl] .step-extra-controls {
 #oobe.eula #back-button,
 #oobe.kiosk-enable #kiosk-cancel-button,
 #oobe.kiosk-enable #kiosk-enable-button,
-#oobe.reset #reset-button,
-#oobe.reset #reset-cancel-button,
 #oobe.signin #signin-button,
 #oobe.user-image #ok-button {
   display: block;