[Pkg-javascript-commits] [pdf.js] 13/116: Make thumbnail CSS size independent of data-loaded tag
David Prévot
taffit at moszumanska.debian.org
Fri Mar 6 16:19:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 1d31018c7db06e7e7a16ce3fe0b3870d618da9b3
Author: fkaelberer <l_l at gmx-topmail.de>
Date: Tue Dec 30 15:05:39 2014 +0100
Make thumbnail CSS size independent of data-loaded tag
---
web/viewer.css | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/web/viewer.css b/web/viewer.css
index 32ba1b6..98784a2 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -1115,9 +1115,13 @@ html[dir='rtl'] .verticalToolbarSeparator {
margin-bottom: 10px;
}
+#thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
+ margin-bottom: 9px;
+}
+
.thumbnail:not([data-loaded]) {
border: 1px dashed rgba(255, 255, 255, 0.5);
- margin-bottom: 10px;
+ margin: -1px -1px 4px -1px;
}
.thumbnailImage {
--
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