style: update button group class for improved layout in NotificationAgents.page and default-base.css

- Changed the class from 'button-group' to 'buttons-spaced' in NotificationAgents.page for better spacing.
- Updated the corresponding CSS class in default-base.css to maintain consistent styling.
This commit is contained in:
Zack Spear
2025-05-27 17:26:12 -07:00
parent 0ee1433c53
commit d2cd1a3956
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ foreach ($xml_files as $xml_file) {
<dl>
<dt>&nbsp;</dt>
<dd>
<div class="button-group">
<div class="buttons-spaced">
<input type="submit" value="<?= _("Apply") ?>" onclick="prepareService(this, '<?= $name ?>')" disabled>
<input type="button" value="<?= _("Done") ?>" onclick="done()">

View File

@@ -198,7 +198,7 @@ a.button,
/* necessary evil until we re-write button styles */
.buttons-no-margin,
.button-group {
.buttons-spaced {
display: flex;
flex-wrap: wrap;
gap: 1.2rem;