1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Change name of debugger to stepper.

This commit is contained in:
Brendan Dahl 2012-02-15 14:12:58 -08:00
parent f54486d8c8
commit c04ab5fe45
3 changed files with 22 additions and 23 deletions

View file

@ -404,7 +404,7 @@ canvas {
text-align: center;
}
#debugger {
#PDFBug {
font-size: 10px;
position: fixed;
top: 35px;
@ -415,12 +415,12 @@ canvas {
border: 1px solid #666;
padding: 0;
}
#debugger .controls {
#PDFBug .controls {
border-bottom: 1px solid #666;
padding: 3px;
background: -moz-linear-gradient(center bottom, #eee 0%, #fff 100%);
}
#debugger .panels {
#PDFBug .panels {
overflow: auto;
position: absolute;
top: 27px;
@ -428,7 +428,7 @@ canvas {
right: 0;
bottom: 0;
}
#debugger button.active {
#PDFBug button.active {
font-weight: bold;
}
.debuggerShowText {