From: Brendan Dahl Date: Wed, 15 Feb 2012 20:56:05 +0000 (-0800) Subject: Merge upstream. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0175f5363711b520f986af8af50054971a20687d;p=pdf.js.git Merge upstream. --- 0175f5363711b520f986af8af50054971a20687d diff --cc web/viewer.css index 1d773b7,5a62100..6e40282 --- a/web/viewer.css +++ b/web/viewer.css @@@ -380,43 -400,6 +400,43 @@@ canvas } #loading { - margin: 100px 0; - text-align: center; + margin: 100px 0; + text-align: center; } + +#debugger { + font-size: 10px; + position: fixed; + top: 35px; + bottom: 5px; + right: 2px; + width: 300px; + background: white; + border: 1px solid #666; + padding: 0; +} +#debugger .controls { + border-bottom: 1px solid #666; + padding: 3px; + background: -moz-linear-gradient(center bottom, #eee 0%, #fff 100%); +} +#debugger .panels { + overflow: auto; + position: absolute; + top: 27px; + left: 0; + right: 0; + bottom: 0; +} +#debugger button.active { + font-weight: bold; +} +.debuggerShowText { + background: yellow; + color: blue; + opacity: 0.3; +} +.debuggerHideText:hover { + background: yellow; + opacity: 0.3; - } ++} diff --cc web/viewer.html index a70737c,e136260..92a0edc --- a/web/viewer.html +++ b/web/viewer.html @@@ -9,28 -9,27 +9,28 @@@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + ++ +