Update pdfbug style.
This commit is contained in:
parent
cc353a4003
commit
fe0d7d24bc
@ -423,8 +423,9 @@ var PDFBug = (function PDFBugClosure() {
|
|||||||
panels.setAttribute('class', 'panels');
|
panels.setAttribute('class', 'panels');
|
||||||
ui.appendChild(panels);
|
ui.appendChild(panels);
|
||||||
|
|
||||||
document.body.appendChild(ui);
|
var container = document.getElementById('viewerContainer');
|
||||||
document.body.style.paddingRight = panelWidth + 'px';
|
container.appendChild(ui);
|
||||||
|
container.style.right = panelWidth + 'px';
|
||||||
|
|
||||||
// Initialize all the debugging tools.
|
// Initialize all the debugging tools.
|
||||||
var tools = this.tools;
|
var tools = this.tools;
|
||||||
|
@ -764,4 +764,52 @@ canvas {
|
|||||||
.fileInput {
|
.fileInput {
|
||||||
background: white;
|
background: white;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#PDFBug {
|
||||||
|
background: none repeat scroll 0 0 white;
|
||||||
|
border: 1px solid #666666;
|
||||||
|
position: fixed;
|
||||||
|
top: 32px;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
font-size: 10px;
|
||||||
|
padding: 0;
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
#PDFBug .controls {
|
||||||
|
background:#EEEEEE;
|
||||||
|
border-bottom: 1px solid #666666;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
#PDFBug .panels {
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
overflow: auto;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: 27px;
|
||||||
|
}
|
||||||
|
#PDFBug button.active {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.debuggerShowText {
|
||||||
|
background: none repeat scroll 0 0 yellow;
|
||||||
|
color: blue;
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
|
.debuggerHideText:hover {
|
||||||
|
background: none repeat scroll 0 0 yellow;
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
|
#PDFBug .stats {
|
||||||
|
font-family: courier;
|
||||||
|
font-size: 10px;
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
#PDFBug .stats .title {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
#PDFBug table {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user