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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_update.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_update.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_update.css b/chrome/browser/resources/chromeos/login/oobe_screen_update.css
index 4272f494ece25581665b30700b1f09ced890b94d..bd650cfd20188e19d8de7c9af60fc7d222211f30 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_update.css
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_update.css
@@ -31,31 +31,31 @@
}
#update #update-cancel-hint {
- -webkit-margin-before: 15px;
-webkit-margin-start: 45px;
color: rgb(170, 0, 0);
+ margin-top: 15px;
position: absolute;
}
#update #update-upper-label {
- -webkit-margin-after: 4px;
+ margin-bottom: 4px;
}
#update #checking-updates-label {
- -webkit-margin-after: 90px;
+ margin-bottom: 90px;
}
#update #update-bottom-label {
- -webkit-margin-after: 4px;
- -webkit-margin-before: 4px;
+ margin-bottom: 4px;
+ margin-top: 4px;
text-align: left;
}
#update progress {
- -webkit-margin-after: 4px;
- -webkit-margin-before: 34px;
border: solid 1px #bbb;
height: 15px;
+ margin-bottom: 4px;
+ margin-top: 34px;
padding: 1px;
width: 300px;
}
@@ -69,8 +69,8 @@
}
#update .progress-message {
- -webkit-margin-before: 4px;
color: #a3a3a3;
font-size: 13px;
+ margin-top: 4px;
text-align: center;
}

Powered by Google App Engine
This is Rietveld 408576698