[Pkg-javascript-commits] [pdf.js] 158/204: Add updated loading-small.png (and corresponding Retina) asset

David Prévot taffit at moszumanska.debian.org
Sat Oct 25 18:50:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 902b72ba50c42134f9146c2c8c45aca7269cb44f
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Mon Aug 25 22:27:33 2014 +0200

    Add updated loading-small.png (and corresponding Retina) asset
---
 web/images/loading-small.png    | Bin 3612 -> 7402 bytes
 web/images/loading-small at 2x.png | Bin 0 -> 16131 bytes
 web/viewer.css                  |   6 ++++++
 3 files changed, 6 insertions(+)

diff --git a/web/images/loading-small.png b/web/images/loading-small.png
index 51848a7..8831a80 100644
Binary files a/web/images/loading-small.png and b/web/images/loading-small.png differ
diff --git a/web/images/loading-small at 2x.png b/web/images/loading-small at 2x.png
new file mode 100644
index 0000000..b25b445
Binary files /dev/null and b/web/images/loading-small at 2x.png differ
diff --git a/web/viewer.css b/web/viewer.css
index bf99f3c..1b353f2 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -1534,6 +1534,12 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
     left: 186px;
   }
 
+  .toolbarField.pageNumber.visiblePageIsLoading,
+  #findInput[data-status="pending"] {
+    background-image: url(images/loading-small at 2x.png);
+    background-size: 16px 17px;
+  }
+
   .dropdownToolbarButton {
     background: url(images/toolbarButton-menuArrows at 2x.png) no-repeat;
     background-size: 7px 16px;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list