add a filter on web ui

This commit is contained in:
OttoMao
2015-07-01 23:18:35 +08:00
parent ab5bd5d6e6
commit b595e3aa9c
9 changed files with 207 additions and 15 deletions

View File

@@ -285,4 +285,31 @@ body, html {
opacity:0.5;
cursor: col-resize;
z-index:999
}
.filterSection{
background: #FFF;
padding: 15px 10px;
position: absolute;
left: 0;
top: 0;
border: 1px solid #333;
border-radius: 3px;
}
.filterSection .filterIcon{
font-size: 16px;
}
.filterSection form{
display: inline-block;
margin-right: 5px;
}
.filterSection input{
width: 250px;
}
.filterSection i{
cursor: pointer;
}