1
0

Move drag 'n' drop styles to admin stylesheet.

References #6b49f49
This commit is contained in:
Matthias Mees
2013-05-27 11:24:42 +02:00
parent 73bd4bb628
commit 2ae8c3dca5
2 changed files with 31 additions and 31 deletions

View File

@ -1325,6 +1325,36 @@ form > .button_link:first-of-type { margin-top: 0; }
top: .125em;
}
.dragging,
.dragging * {
cursor: move !important;
}
.dragged {
position: absolute;
opacity: 0.5;
z-index: 2000;
}
.pluginmanager_container .placeholder {
border: 1px solid black;
height: 50px;
position: relative;
}
.pluginmanager_container .placeholder:before {
border: 5px solid transparent;
border-left-color: red;
border-right: none;
content: "";
height: 0;
margin-top: -5px;
position: absolute;
left: -5px;
top: -4px;
width: 0;
}
/* MEDIA DB