diff --git a/Netdisco/share/public/css/netdisco.css b/Netdisco/share/public/css/netdisco.css index 56b97245..8c6edcc1 100644 --- a/Netdisco/share/public/css/netdisco.css +++ b/Netdisco/share/public/css/netdisco.css @@ -425,13 +425,14 @@ td > form.nd_inline-form { /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* style customization for many items which appear in the sidebar */ +/* text in the sidebar */ .nd_sidebar-title { margin-left: 10px; margin-top: 6px; margin-bottom: 12px; } -/* labels in simple sidebars */ +/* Flabels in netmap sidebar (not in a collapser) */ .nd_sidebar-label { margin-left: 7px; } @@ -526,16 +527,22 @@ td > form.nd_inline-form { width: 95px; } +/* set the port state select width */ +#nd_port-state-select { + margin-left: -3px; + width: 158px; +} + /* set the MAC format drop-down width */ #nd_mac-format { margin-top: 4px; - width: 154px; + width: 155px; } /* set the MAC format drop-down width */ #nd_node-mac-format { - margin-left: -2px; - margin-top: 4px; + margin-left: -3px; + margin-bottom: 4px; width: 165px; } @@ -548,7 +555,7 @@ td > form.nd_inline-form { width: 165px; } -/* when the sidebar submit button HAS a dropdown */ +/* FIXME when the sidebar submit button HAS a dropdown */ .nd_sidebar-btn-drop { width: 138px; } diff --git a/Netdisco/share/views/sidebar/device/ports.tt b/Netdisco/share/views/sidebar/device/ports.tt index eb789ae1..5618b3ee 100644 --- a/Netdisco/share/views/sidebar/device/ports.tt +++ b/Netdisco/share/views/sidebar/device/ports.tt @@ -97,7 +97,7 @@