1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Redesigned the navigation menus

This commit is contained in:
Jeremy Stretch
2017-09-29 14:27:42 -04:00
parent 32399b0cb5
commit 77182d8711
3 changed files with 424 additions and 293 deletions

View File

@@ -85,6 +85,19 @@ footer p {
li.subnav > a {
padding-left: 30px;
}
ul.dropdown-menu {
width: 250px;
}
ul.dropdown-menu div.buttons {
padding-right: 10px;
padding-top: 2px;
}
ul.dropdown-menu div.buttons a {
width: 26px;
}
ul.dropdown-menu > li > a {
clear: left;
}
/* Forms */
label {