implement (initial) device port listing

This commit is contained in:
Oliver Gorwits
2012-01-11 22:12:30 +00:00
parent d704a04760
commit 4e34274ac9
6 changed files with 172 additions and 10 deletions

View File

@@ -78,6 +78,7 @@ form .clearfix.success input {
/* somewhere between span1 and span2 is desirable */
.nd_days_select {
width: 56px;
margin-left: -2px !important;
}
/* search/filter button placement */
@@ -137,3 +138,7 @@ form .clearfix.success input {
.nd_port_query {
margin-left: -2px !important;
}
.center_cell {
text-align: center;
}