add sweep brush and handler to show all ports

This commit is contained in:
Oliver Gorwits
2012-01-21 17:54:57 +00:00
parent 9d70a7cf37
commit 89170a8949
4 changed files with 30 additions and 13 deletions

View File

@@ -195,3 +195,11 @@ h3.device_label {
position: fixed !important;
margin-top: 50px;
}
/* little sweep brush inside of port filter input field */
.field_clear_icon {
position: absolute;
margin-left: 137px;
margin-top: 6px;
z-index: 1;
}