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

Fix left padding of login button in top menu

Clean up spacing for nav pills

Markdown fields should default to using monospace font

Wrap action buttons in object page header

Fix page link style for non-HTMX paginators

Clean up styling of Markdown preview widget

Fix spacing around placeholder text for empty panel tables

Remove obsolete templates

Tweak checkbox input spacing

Fix toggling of clear button for quick search

Fix positioning of quick search filter dropdown

Fix positioning of 'highlight device' button

Fix styling for custom field group names

Widen buttons on nav menu items

Restyle the login page

Fix active nav-pill background color in dark mode

Fix spacing around 'map' button for sites
This commit is contained in:
Jeremy Stretch
2024-01-23 10:30:23 -05:00
parent 780ce77aed
commit d302982a88
34 changed files with 153 additions and 154 deletions

View File

@@ -57,7 +57,7 @@ Context:
{% endblock subtitle %}
{% block controls %}
<div class="btn-list mb-2">
<div class="btn-list justify-content-end mb-2">
{% plugin_buttons object %}
{# Add/edit/delete/etc. buttons #}