Skip to content
Snippets Groups Projects
Commit 87701e7f authored by Benjamin Kott's avatar Benjamin Kott Committed by Benni Mack
Browse files

[TASK] Adjust size of new content element wizard

Resolves: #83282
Releases: master
Change-Id: I50f06dc620038f3522e95de668cb4f2e0e829e00
Reviewed-on: https://review.typo3.org/55022


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarDaniel Goerz <ervaude@gmail.com>
Tested-by: default avatarDaniel Goerz <ervaude@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 7935e4d4
Branches
Tags
No related merge requests found
......@@ -184,6 +184,13 @@ $modal-danger-border: $btn-danger-border;
}
}
.modal-size-medium {
.modal-content {
width: 800px;
height: 520px;
}
}
.modal-size-large {
.modal-content {
width: 1000px;
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -84,6 +84,7 @@ define(['jquery',
sizes: {
small: 'small',
default: 'default',
medium: 'medium',
large: 'large',
full: 'full'
},
......
......@@ -27,7 +27,7 @@ define(["require", "exports", "TYPO3/CMS/Backend/Modal", "TYPO3/CMS/Backend/Seve
},
content: url,
severity: Severity.notice,
size: Modal.sizes.large,
size: Modal.sizes.medium,
title: title,
type: Modal.types.ajax,
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment