Index: chrome/browser/resources/chromeos/login/oobe_screen.css |
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen.css b/chrome/browser/resources/chromeos/login/oobe_screen.css |
index 5d4abc5764660fe809541d5cb3114d8660f2d000..22f9cf6cb3ca504ed378d8acfc2089b2c57e693b 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe_screen.css |
+++ b/chrome/browser/resources/chromeos/login/oobe_screen.css |
@@ -77,23 +77,15 @@ html[dir=rtl] .step-controls { |
visibility: hidden; |
} |
-/* Center spinner wrapper vertically and horizontally. |
- * Vertical centering uses top: 50% and negative margin |
- * instead of top: 0; bottom: 0 due to http://crbug.com/155320. |
- */ |
.step-loading { |
- -webkit-align-items: center; |
- -webkit-justify-content: center; |
- display: -webkit-flex; |
+ align-items: center; |
+ bottom: 0; |
+ display: flex; |
+ justify-content: center; |
left: 0; |
- margin-top: -8px; |
position: absolute; |
right: 0; |
- top: 50%; |
-} |
- |
-.new-gaia-flow .step-loading { |
- margin-top: -42px; |
+ top: 0; |
} |
/* Fixes perfomance problem caused by http://crbug.com/229405 . */ |