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

Use smaller navigation tabs

This commit is contained in:
Jeremy Stretch
2020-11-24 09:24:28 -05:00
parent 54af29eb40
commit a081d0d93a

View File

@ -377,6 +377,9 @@ table.report th a {
ul.nav-tabs, ul.nav-pills {
margin-bottom: 20px;
}
ul.nav-tabs li a {
padding: 8px 10px;
}
/* Fix progress bar margin inside table cells */
td .progress {
margin-bottom: 0;