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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.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
Index: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css
index 38c464ea261367f37203dd7bb305c50187f8d8a5..ffb70e96476234860df62c4720bd4ec15aff95b8 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css
@@ -10,9 +10,9 @@
}
#oauth-enroll-step-contents {
- -webkit-margin-after: 10px;
color: #666;
display: -webkit-box;
+ margin-bottom: 10px;
}
#oauth-enroll-step-contents > div {
@@ -54,10 +54,10 @@
#oauth-enroll-signin-right {
-webkit-flex: 0 0 auto;
- -webkit-margin-before: 30px;
-webkit-margin-end: 20px;
-webkit-margin-start: 30px;
font-size: 12px;
+ margin-top: 30px;
width: 200px;
}
@@ -68,7 +68,7 @@
}
#oauth-enroll-signin-right > div {
- -webkit-margin-before: 20px;
+ margin-top: 20px;
}
#oauth-enroll-learn-more-link,

Powered by Google App Engine
This is Rietveld 408576698