From: Brendan Dahl Date: Thu, 26 Apr 2012 00:20:13 +0000 (-0700) Subject: Fix the error box. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=27caa7741a9d1de4eb900c7f1f93c3500779ab89;p=pdf.js.git Fix the error box. --- diff --git a/web/viewer.css b/web/viewer.css index 42de239..6b66685 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -14,6 +14,13 @@ body { font-family: Segoe UI, Verdana, sans-serif; } +.hidden { + display: none; +} +[hidden] { + display: none !important; +} + /* outer/inner center provides horizontal center */ .outerCenter { float: right; @@ -474,9 +481,6 @@ body { padding: 10px 40px 0; overflow: auto; } -#thumbnailView.hidden { - display:none; -} .thumbnail { margin-bottom: 15px; @@ -542,9 +546,6 @@ body { -moz-user-select:none; -webkit-user-select:none; } -#outlineView.hidden { - display:none; -} .outlineItem > .outlineItems { margin-left: 20px; @@ -732,9 +733,9 @@ canvas { background: none repeat scroll 0 0 #FF5555; color: white; left: 0; - position: fixed; + position: absolute; right: 0; - top: 30px; + top: 32px; z-index: 1000; padding: 3px; font-size: 0.8em; diff --git a/web/viewer.html b/web/viewer.html index 04eb878..00e09cd 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -110,35 +110,34 @@
-
+
Loading... 0%
+ +
- - -