mirror of
https://github.com/unraid/webgui.git
synced 2026-05-08 05:12:14 -05:00
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:
@@ -213,7 +213,7 @@ foreach ($xml_files as $xml_file) {
|
|||||||
<dl>
|
<dl>
|
||||||
<dt> </dt>
|
<dt> </dt>
|
||||||
<dd>
|
<dd>
|
||||||
<div class="button-group">
|
<div class="buttons-spaced">
|
||||||
<input type="submit" value="<?= _("Apply") ?>" onclick="prepareService(this, '<?= $name ?>')" disabled>
|
<input type="submit" value="<?= _("Apply") ?>" onclick="prepareService(this, '<?= $name ?>')" disabled>
|
||||||
<input type="button" value="<?= _("Done") ?>" onclick="done()">
|
<input type="button" value="<?= _("Done") ?>" onclick="done()">
|
||||||
|
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ a.button,
|
|||||||
|
|
||||||
/* necessary evil until we re-write button styles */
|
/* necessary evil until we re-write button styles */
|
||||||
.buttons-no-margin,
|
.buttons-no-margin,
|
||||||
.button-group {
|
.buttons-spaced {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 1.2rem;
|
gap: 1.2rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user