Skip to content

Fixed position of ok/cancel buttons of bot config popup#314

Open
mateodurante wants to merge 2 commits intocerttools:developfrom
mateodurante:feature/config-popups-ui-enhancements
Open

Fixed position of ok/cancel buttons of bot config popup#314
mateodurante wants to merge 2 commits intocerttools:developfrom
mateodurante:feature/config-popups-ui-enhancements

Conversation

@mateodurante
Copy link

This pull request improves the user interface for the network popup dialog in the IntelMQ Manager by introducing a new popup-buttons container. The changes enhance the layout and styling of the popup's action buttons, making them more visually distinct and user-friendly.

Makes the buttons be always visible:
image

UI improvements for network popup:

  • Added a .popup-buttons container to the #network-popUp dialog, making the button area sticky at the bottom, spanning full width, and visually separated with a border for better definition. [1] [2]
  • Styled the forms and buttons inside .popup-buttons to have a consistent fixed width, improved spacing, and padding for a more polished and accessible appearance.

Copilot AI review requested due to automatic review settings February 19, 2026 19:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request improves the user interface of the bot configuration popup in IntelMQ Manager by making the OK/Cancel buttons always visible at the bottom of the popup dialog through sticky positioning and improved layout styling.

Changes:

  • Added a .popup-buttons CSS class container to wrap action buttons with sticky positioning
  • Fixed indentation in the template from tabs to spaces for consistency
  • Implemented flexbox layout for horizontally centered, fixed-width buttons with proper spacing

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
intelmq_manager/templates/configs.mako Fixed indentation (tabs to spaces) and added popup-buttons class to button container div
intelmq_manager/static/css/sb-admin-2.css Added CSS rules for sticky button positioning with flexbox layout, including styling for the container and individual button forms

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants