[PR #11475] [CLOSED] #9386 Buttons on forms and lists made sticky to top/bottom #13795

Closed
opened 2025-12-29 23:20:50 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11475
Author: @PieterL75
Created: 1/12/2023
Status: Closed

Base: developHead: issue9386_sticknavbuttons


📝 Commits (2)

  • bbb3dd1 Buttons on forms and lists made sticky to top/btn
  • c49a40e add py-1 to button divs, tweak vertical alignment

📊 Changes

7 files changed (+47 additions, -8 deletions)

View changed files

📝 netbox/project-static/dist/netbox-dark.css (+1 -1)
📝 netbox/project-static/dist/netbox-light.css (+1 -1)
📝 netbox/project-static/dist/netbox-print.css (+1 -1)
📝 netbox/project-static/styles/netbox.scss (+36 -0)
📝 netbox/templates/generic/object_edit.html (+1 -2)
📝 netbox/templates/generic/object_list.html (+1 -1)
📝 netbox/templates/htmx/table.html (+6 -2)

📄 Description

Fixes: #9386 Make form/pagination button stick at the bottom


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/11475 **Author:** [@PieterL75](https://github.com/PieterL75) **Created:** 1/12/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `issue9386_sticknavbuttons` --- ### 📝 Commits (2) - [`bbb3dd1`](https://github.com/netbox-community/netbox/commit/bbb3dd180d44b9b012e0de27ffb389d9809c5688) Buttons on forms and lists made sticky to top/btn - [`c49a40e`](https://github.com/netbox-community/netbox/commit/c49a40e2c5e98753134d8d65ff00921bda98119a) add py-1 to button divs, tweak vertical alignment ### 📊 Changes **7 files changed** (+47 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox-dark.css` (+1 -1) 📝 `netbox/project-static/dist/netbox-light.css` (+1 -1) 📝 `netbox/project-static/dist/netbox-print.css` (+1 -1) 📝 `netbox/project-static/styles/netbox.scss` (+36 -0) 📝 `netbox/templates/generic/object_edit.html` (+1 -2) 📝 `netbox/templates/generic/object_list.html` (+1 -1) 📝 `netbox/templates/htmx/table.html` (+6 -2) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #9386 Make form/pagination button stick at the bottom <!-- Please include a summary of the proposed changes below. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:20:50 +01:00
adam closed this issue 2025-12-29 23:20:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13795