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:
@@ -6,16 +6,16 @@
|
||||
|
||||
{% block page-header %}
|
||||
<div class="container-xl mt-2 d-print-none">
|
||||
<div class="row align-items-center">
|
||||
<div class="d-flex justify-content-between">
|
||||
|
||||
{# Title #}
|
||||
<div class="col">
|
||||
<div>
|
||||
<h2 class="page-title my-1">{% block title %}{% endblock title %}</h2>
|
||||
{% block subtitle %}{% endblock %}
|
||||
</div>
|
||||
|
||||
{# Controls #}
|
||||
<div class="col-auto d-print-none">
|
||||
<div class="d-print-none">
|
||||
{% block controls %}
|
||||
<div class="btn-list">
|
||||
{% block control-buttons %}{% endblock %}
|
||||
|
Reference in New Issue
Block a user