diff --git a/docs/de/user/repo/assets/repository-code-changeset-create-tag.png b/docs/de/user/repo/assets/repository-code-changeset-create-tag.png index 7bc0b8bce7..4a3c77a02f 100644 Binary files a/docs/de/user/repo/assets/repository-code-changeset-create-tag.png and b/docs/de/user/repo/assets/repository-code-changeset-create-tag.png differ diff --git a/docs/de/user/repo/assets/repository-code-changeset-with-tag.png b/docs/de/user/repo/assets/repository-code-changeset-with-tag.png index cd594e46b2..41170da14a 100644 Binary files a/docs/de/user/repo/assets/repository-code-changeset-with-tag.png and b/docs/de/user/repo/assets/repository-code-changeset-with-tag.png differ diff --git a/docs/en/user/repo/assets/repository-code-changeset-create-tag.png b/docs/en/user/repo/assets/repository-code-changeset-create-tag.png index 559dbf9241..19463776c9 100644 Binary files a/docs/en/user/repo/assets/repository-code-changeset-create-tag.png and b/docs/en/user/repo/assets/repository-code-changeset-create-tag.png differ diff --git a/docs/en/user/repo/assets/repository-code-changeset-with-tag.png b/docs/en/user/repo/assets/repository-code-changeset-with-tag.png index 083472b8ac..c219d7451c 100644 Binary files a/docs/en/user/repo/assets/repository-code-changeset-with-tag.png and b/docs/en/user/repo/assets/repository-code-changeset-with-tag.png differ diff --git a/gradle/changelog/correct_button_groups.yaml b/gradle/changelog/correct_button_groups.yaml new file mode 100644 index 0000000000..83f4b50537 --- /dev/null +++ b/gradle/changelog/correct_button_groups.yaml @@ -0,0 +1,2 @@ +- type: fixed + description: Correct positioning and coloring of button groups in modals ([#1612](https://github.com/scm-manager/scm-manager/pull/1612)) diff --git a/scm-ui/ui-styles/public/index.html b/scm-ui/ui-styles/public/index.html index 038220566d..de869ef1dc 100644 --- a/scm-ui/ui-styles/public/index.html +++ b/scm-ui/ui-styles/public/index.html @@ -1238,8 +1238,36 @@

Button Group

-

Cancel

-

Submit

+
+ +
+
+ +
+
+ +
+
+ + + +
+
+ + + +
+
+ + + +
@@ -1694,7 +1722,7 @@ +
@@ -2160,8 +2188,9 @@ class .modal-card to ensure a constant layout.
  • Buttons inside the modals should use the standard button formats.
  • -
  • Normal modals have a gray header. Otherwise the main colors with 25-75% opacity should be used.
  • +
  • If a modal footer contains two action buttons, the critical one should be on the left. In addition, they should differ in color.
  • Modals without actions do not require a footer.
  • +
  • Normal modals have a gray header. Otherwise the main colors with 25-75% opacity should be used.