Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Unified Diff: ui/login/screen_container.css

Issue 618163002: Remove -webkit-*-before/after in: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/login/oobe.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/screen_container.css
diff --git a/ui/login/screen_container.css b/ui/login/screen_container.css
index 3979ab3bd3113a45f3a7798f6ad51eb3f6422e2c..fdab175741b96a8007d80b4a30f89eb3700648cd 100644
--- a/ui/login/screen_container.css
+++ b/ui/login/screen_container.css
@@ -106,10 +106,10 @@
#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. */
« no previous file with comments | « ui/login/oobe.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698