diff --git a/dashboard/src/components/BackupList.vue b/dashboard/src/components/BackupList.vue index 2069b5d8f..7f5a42151 100644 --- a/dashboard/src/components/BackupList.vue +++ b/dashboard/src/components/BackupList.vue @@ -295,9 +295,9 @@ onMounted(async () => { -
- - - +
+ + +
diff --git a/dashboard/src/components/BackupSchedule.vue b/dashboard/src/components/BackupSchedule.vue index 5940111e5..6bcc3b427 100644 --- a/dashboard/src/components/BackupSchedule.vue +++ b/dashboard/src/components/BackupSchedule.vue @@ -256,8 +256,9 @@ onMounted(async () => { - - - +
+ + +
diff --git a/dashboard/src/components/ExposedLdap.vue b/dashboard/src/components/ExposedLdap.vue index 14dd4c9e8..ad533025c 100644 --- a/dashboard/src/components/ExposedLdap.vue +++ b/dashboard/src/components/ExposedLdap.vue @@ -110,7 +110,7 @@ onMounted(async () => {

{{ editError.generic }}

-
+
diff --git a/dashboard/src/components/ExternalLdap.vue b/dashboard/src/components/ExternalLdap.vue index dc818016c..d6f424c15 100644 --- a/dashboard/src/components/ExternalLdap.vue +++ b/dashboard/src/components/ExternalLdap.vue @@ -381,7 +381,7 @@ onMounted(async () => {

{{ syncMessage || 'Queued' }}

{{ syncError }}

-
+
diff --git a/dashboard/src/style.css b/dashboard/src/style.css index c06258496..0ba46d4d1 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -154,10 +154,10 @@ h1.section-header { margin-top: 20px; } -.section-button-bar { +.button-bar { display: flex; - gap: 10px; - flex-direction: row-reverse; + gap: 6px; +/* flex-direction: row-reverse;*/ } /* info table label:value in Sections */ diff --git a/dashboard/src/views/BackupsView.vue b/dashboard/src/views/BackupsView.vue index 2f918e562..abdf465ab 100644 --- a/dashboard/src/views/BackupsView.vue +++ b/dashboard/src/views/BackupsView.vue @@ -106,8 +106,10 @@ onMounted(async () => {
{{ config.format }}
- - +
+ + +