diff --git a/css/d3d_btns.css b/css/d3d_btns.css index 6d6b7a9..f8bc72c 100644 --- a/css/d3d_btns.css +++ b/css/d3d_btns.css @@ -158,5 +158,11 @@ img { display:none; } +.disabled { + opacity: 0.3; + cursor: default; +} - +#btnStop.disabled { + display: none; +} \ No newline at end of file diff --git a/css/debug.css b/css/debug.css new file mode 100644 index 0000000..7aeaa36 --- /dev/null +++ b/css/debug.css @@ -0,0 +1,33 @@ +.debugContainer { + position: absolute; + top: 0px; + left: 0px; + z-index: 500; + display: none; +} + +#debug_textArea { + position:absolute; + bottom: 0; + width: 800px; + 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; +} \ No newline at end of file diff --git a/index.html b/index.html index 8a444e4..b9f8334 100755 --- a/index.html +++ b/index.html @@ -15,43 +15,8 @@ - + +