daedalus/Source/SysPosix/Debug/Web/css/dldebugger.css

38 lines
549 B
CSS

body { padding-top: 20px; }
.fixed {
font-family: Menlo,Monaco,"Courier New",monospace;
font-size: 12px;
}
.scrub { width: 640px; }
.scrub input { width: 100%; }
.combine {
display: inline-block;
}
.screen-container {
white-space:nowrap;
}
.screen {
vertical-align:top;
display:inline-block;
background-color:#000;
}
.dlist {
display:inline-block;
float:none;
background-color: whiteSmoke;
height: 480px;
color: #fff;
overflow: scroll;
position: relative;
}
.dlist pre {
white-space: pre;
word-wrap: normal;
}