update overlay to web interface

This commit is contained in:
加里
2014-08-28 10:40:18 +08:00
4 changed files with 81 additions and 2 deletions

View File

@@ -147,4 +147,24 @@
.http_status_504
{
color: #910A0A;
}
#dragbar{
position:absolute;
left:0px;
top:0px;
height: 100%;
float: left;
background-color:#CCC;
width: 3px;
cursor: col-resize;
}
#ghostbar{
width:3px;
background-color:#000;
opacity:0.5;
position:absolute;
cursor: col-resize;
z-index:999
}