Index: ui/login/screen_container.css |
diff --git a/ui/login/screen_container.css b/ui/login/screen_container.css |
index c19983d3f06dde8a0dfc11cde6f740de30d24029..dcecc3806cbc3a4832f91264a729b51ebca15049 100644 |
--- a/ui/login/screen_container.css |
+++ b/ui/login/screen_container.css |
@@ -105,6 +105,17 @@ |
top: 15px; |
} |
+#close-button-item { |
+ -webkit-margin-start: 17px; |
+ display: flex; |
+ position: absolute; |
+ right: 15px; |
+ top: 15px; |
+ width: 30px; |
+ height: 30px; |
+ z-index: 1; |
+} |
+ |
#progress-dots { |
-webkit-box-pack: center; |
-webkit-transition: opacity 200ms ease-in-out, |