From c49a40e2c5e98753134d8d65ff00921bda98119a Mon Sep 17 00:00:00 2001 From: Pieter Lambrecht Date: Sat, 21 Jan 2023 18:16:20 +0100 Subject: [PATCH] add py-1 to button divs, tweak vertical alignment --- netbox/project-static/dist/netbox-dark.css | Bin 375620 -> 375620 bytes netbox/project-static/dist/netbox-light.css | Bin 232963 -> 232963 bytes netbox/project-static/dist/netbox-print.css | Bin 727688 -> 727688 bytes netbox/project-static/styles/netbox.scss | 8 ++++---- netbox/templates/generic/object_edit.html | 2 +- netbox/templates/generic/object_list.html | 2 +- netbox/templates/htmx/table.html | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/netbox/project-static/dist/netbox-dark.css b/netbox/project-static/dist/netbox-dark.css index a150e1b3d3ac1db7009dffe852e6c93ae3fcdb21..6fbdd0629e7e1b69b544157e606102a691d5bd3c 100644 GIT binary patch delta 68 zcmX@|P3*`wv4$4L7N!>F7M3lnXLm3fPCvJU^&NzAnErPs>uyHl>2|wVU8eut#cC#K Vn3`){rJI?Tl3HP9X<$&x1pxW98(9DV delta 68 zcmX@|P3*`wv4$4L7N!>F7M3lnXLm4~PCvJU^&NzAnErPs>uw<1ZWpV|^uN1U%><28 TbFHg%GxJhXE37OH3~IRm`*a&+ diff --git a/netbox/project-static/dist/netbox-light.css b/netbox/project-static/dist/netbox-light.css index eda89d8fb65d35e6f509e82866cdd9bbbec25002..9ba27cc539cd2234e1f3ce1d2f1e2a9625280f50 100644 GIT binary patch delta 73 zcmZpk!`D2Auc3vpg=q`3Sr4P(bjMz1@#%g&%#)GW?9+OgXEGXt18$(G)&F4 SuF}oSOG&M;vNSNLbjMz1@#%g&%#)GW?9+OgXF~W&)A#f;n+Y1H=2} +
{% block buttons %} {% if object.pk %}
{# Form buttons #} -
+
{% block bulk_buttons %} {% if 'bulk_edit' in actions %} diff --git a/netbox/templates/htmx/table.html b/netbox/templates/htmx/table.html index cf8850b5a..5247cf0b3 100644 --- a/netbox/templates/htmx/table.html +++ b/netbox/templates/htmx/table.html @@ -4,13 +4,13 @@ {% with preferences|get_key:"pagination.placement" as paginator_placement %} {% if paginator_placement == 'top' or paginator_placement == 'both' %} -
+
{% include 'inc/paginator_htmx.html' with paginator=table.paginator page=table.page %}
{% endif %} {% render_table table 'inc/table_htmx.html' %} {% if paginator_placement != 'top' %} -
+
{% include 'inc/paginator_htmx.html' with paginator=table.paginator page=table.page %}
{% endif %}