2013-08-09 22:25:14 +02:00
|
|
|
.debugContainer {
|
|
|
|
position: absolute;
|
2013-10-10 19:18:29 +02:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2013-08-09 22:25:14 +02:00
|
|
|
z-index: 500;
|
2013-10-10 19:18:29 +02:00
|
|
|
background-color: #f0f;
|
2013-08-09 22:25:14 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#debug_textArea {
|
|
|
|
position:absolute;
|
|
|
|
bottom: 0;
|
2013-10-10 19:18:29 +02:00
|
|
|
/*width: 800px; */
|
|
|
|
z-index: 500;
|
2013-08-09 22:25:14 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.debugBtn {
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
background-color: #03b;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.agentInfo {
|
|
|
|
background: #fff;
|
|
|
|
border: 1px #333 solid;
|
|
|
|
display: none;
|
|
|
|
float:left;
|
|
|
|
opacity: .7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.agentInfoToggle {
|
|
|
|
display: block;
|
2013-10-11 12:39:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#debug_display {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
display: none;
|
|
|
|
background-color: #fff;
|
|
|
|
opacity: .7;
|
|
|
|
color: #000;
|
2013-08-09 22:25:14 +02:00
|
|
|
}
|