aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2025-02-13 10:26:10 +0000
committerThomas Hackl <hackl@data-quest.de>2025-02-13 10:26:10 +0000
commit5af40ca407535e6268194200637eeccb6609a446 (patch)
tree32a726421a50dc65665a855278748ed29976c621
parent9b2ed74780c9557908762d4cf6e1f71a4778a324 (diff)
Resolve "Messageboxen sind an manchen Stellen ohne Schutzraum"
Closes #5047 Merge request studip/studip!3929
-rw-r--r--resources/assets/stylesheets/scss/messagebox.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/assets/stylesheets/scss/messagebox.scss b/resources/assets/stylesheets/scss/messagebox.scss
index 9b77522..336eb0d 100644
--- a/resources/assets/stylesheets/scss/messagebox.scss
+++ b/resources/assets/stylesheets/scss/messagebox.scss
@@ -53,6 +53,14 @@ div.messagebox_details {
overflow: hidden;
}
+// Adjustments for some regions where messageboxes need a little more space
+form.default fieldset,
+section.contentbox {
+ .messagebox {
+ margin: 10px;
+ }
+}
+
// Messagebox definitions
@mixin messagebox($name, $color, $background-color, $border-color: $color, $image: $name) {
div.messagebox_#{$name} {