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

Unified Diff: chrome/browser/resources/print_preview/print_preview.css

Issue 7792085: Print Preview: Handling pending print to pdf requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 9 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/print_preview.css
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
index 49dad6da3ac399046e225da078eef54d26be19c8..69fd060bf99f42919c064a0e0456b2121a207ee3 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -749,7 +749,7 @@ html[dir='rtl'] .messages {
-webkit-margin-end: -3px;
}
-#dancing-dots-text span span {
+.message-with-dots span span {
-webkit-animation-duration: 1800ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-name: dancing-dots-jump;
@@ -757,11 +757,11 @@ html[dir='rtl'] .messages {
position: relative;
}
-#dancing-dots-text span span:nth-child(2) {
+.message-with-dots span span:nth-child(2) {
-webkit-animation-delay: 100ms;
}
-#dancing-dots-text span span:nth-child(3) {
+.message-with-dots span span:nth-child(3) {
-webkit-animation-delay: 300ms;
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698