Device Neighbor Map can have max depth and VLAN filter

This commit is contained in:
Oliver Gorwits
2013-12-29 16:23:46 +00:00
parent aae7880311
commit 6079c7dfed
9 changed files with 99 additions and 44 deletions

View File

@@ -395,18 +395,6 @@ td > form.nd_inline-form {
display: none;
}
/* question mark image with popover for netmap instructions */
#nd_netmap-help {
position: fixed;
top: 160px;
right: 7px;
z-index: 1;
color: #555;
font-size: 20px;
cursor: pointer;
display: none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* style customization for many items which appear in the sidebar */
@@ -416,6 +404,11 @@ td > form.nd_inline-form {
margin-bottom: 12px;
}
/* labels in simple sidebars */
.nd_sidebar-label {
margin-left: 7px;
}
/* fixup for prepended checkbox in sidebar */
.nd_searchcheckbox {
width: 121px;
@@ -567,6 +560,11 @@ form .clearfix.success input {
padding-top: 3px !important;
}
.nd_netmap-sidebar {
margin-top: 40px;
margin-left: -9px;
}
.icons-ul {
margin-left: 22px;
}