better sidebar look and layout

This commit is contained in:
Oliver Gorwits
2017-12-23 00:47:17 +00:00
parent 1def41da67
commit 9f9971ff4e
13 changed files with 495 additions and 1367 deletions

View File

@@ -425,6 +425,14 @@ td > form.nd_inline-form {
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* style customization for many items which appear in the sidebar */
/* horizontal rule */
.nd_sidebar-hr {
color: black;
background-color: black;
height: 2px;
margin: 12px 0px 12px 0px;
}
/* text in the sidebar */
.nd_sidebar-title {
margin-left: 10px;
@@ -437,9 +445,16 @@ td > form.nd_inline-form {
margin-left: 7px;
}
/* bootstrap switch toggles */
.bootstrap-switch {
margin-left: -4px;
/* vlan entry box for netmap */
#nd_vlan-label {
margin-left: 5px;
margin-bottom: -7px;
}
#nd_vlan-label-text {
vertical-align: text-bottom;
}
#nd_vlan-entry {
width: 57px;
}
/* fixup for prepended checkbox in sidebar */
@@ -623,6 +638,10 @@ form .clearfix.success input {
margin-left: -9px;
}
.nd_netmap-sidebar > .input-prepend {
margin-left: 5px;
}
.nd_netmap-sidebar-help {
margin-left: 32px;
}