better color by setting as dropdown

This commit is contained in:
Oliver Gorwits
2018-03-10 21:53:48 +00:00
parent 9205cb0834
commit 680998a82c
2 changed files with 22 additions and 45 deletions

View File

@@ -463,9 +463,6 @@ td > form.nd_inline-form {
#nd_vlan-label-text {
vertical-align: text-bottom;
}
#nd_colorby-label-text {
vertical-align: text-bottom;
}
#nd_vlan-entry {
width: 53px;
}
@@ -615,6 +612,14 @@ div.toggle.btn-small {
padding-bottom: 5px;
}
#nd_colorby {
width: 107px;
}
#nd_colorby-label-text {
vertical-align: bottom;
line-height: 2;
}
/* when the sidebar submit button DOES NOT HAVE a dropdown */
.nd_sidebar button:not(.nd_sidebar-btn-drop):not(.nd_sidebar-btn-drop-drop):not(.nd_sidebar-btn-netmap) {
margin-top: 9px;