Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
adbbed14
Commit
adbbed14
authored
May 28, 2018
by
bbaer
Browse files
Merge destroyed vital css classes
parent
6b457e0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
javascript/src/DragAndDrop.js
View file @
adbbed14
...
...
@@ -34,6 +34,7 @@ var QfqNS = QfqNS || {};
n
.
DragAndDrop
.
prototype
.
buildDropArea
=
function
(
position
,
relatedId
,
otherPos
)
{
var
that
=
this
;
var
$dropArea
=
$
(
"
<div />
"
,
{
class
:
"
qfqDropTarget
"
,
draggable
:
true
...
...
@@ -96,7 +97,8 @@ var QfqNS = QfqNS || {};
e
.
originalEvent
.
dataTransfer
.
effectAllowed
=
"
move
"
;
});
child
.
on
(
"
dragenter
"
,
function
(
e
)
{
that
.
_buildOrderDropZones
(
$
(
this
),
e
,
true
);
that
.
_buildOrderDropZones
(
$
(
this
),
e
);
});
child
.
on
(
"
dragend
"
,
function
()
{
that
.
removeDropAreas
();
...
...
less/qfq-bs.css.less
View file @
adbbed14
...
...
@@ -434,4 +434,14 @@ i.@{spinner_class} {
.alert-interactive p.buttons {
margin-top: 20px;
text-align: center;
}
.qfqDropTarget {
height: 50px;
margin: 1px;
border: 1px dashed #ccc;
}
.qfqTargetDisplay {
border: 1px dashed #25adf1;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment