[Pkg-javascript-commits] [pdf.js] 176/246: Reduce load progress bar’s height to 4 pixels

David Prévot taffit at moszumanska.debian.org
Sun Sep 7 15:36:38 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 ba426f479ed787559dc96e0480579b0acd2bc4f0
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Mon Aug 11 23:09:38 2014 -0500

    Reduce load progress bar’s height to 4 pixels
---
 web/viewer.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/viewer.css b/web/viewer.css
index fff43e5..c7dce03 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -326,7 +326,7 @@ html[dir='rtl'] #toolbarContainer, .findbar, .secondaryToolbar {
 #loadingBar {
   position: relative;
   width: 100%;
-  height: 6px;
+  height: 4px;
   background-color: #333;
   border-bottom: 1px solid #333;
 }
@@ -1408,7 +1408,7 @@ canvas {
   font-size: 0.8em;
 }
 .loadingInProgress #errorWrapper {
-  top: 39px;
+  top: 37px;
 }
 
 #errorMessageLeft {
@@ -1884,7 +1884,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
     z-index: 100;
   }
   .loadingInProgress #sidebarContainer {
-    top: 39px;
+    top: 37px;
   }
   #sidebarContent {
     top: 32px;

-- 
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