Skip to content

Commit

Permalink
Redesigned the navigation menus
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch authored and John Anderson committed Oct 13, 2017
1 parent b4e5074 commit 00392e3
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 293 deletions.
13 changes: 13 additions & 0 deletions netbox/project-static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading

0 comments on commit 00392e3

Please sign in to comment.