migrate to new git
This commit is contained in:
42
web/App_Script/sort/sort.css
Normal file
42
web/App_Script/sort/sort.css
Normal file
@@ -0,0 +1,42 @@
|
||||
/* CSS Document */
|
||||
|
||||
body.dragging, body.dragging * {
|
||||
cursor: move !important;
|
||||
}
|
||||
|
||||
.dragged {
|
||||
position: absolute;
|
||||
opacity: 0.5;
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
ol.example{
|
||||
overflow:auto;
|
||||
width:90%;
|
||||
height:500px;
|
||||
list-style-position:outside;
|
||||
list-style-type:disc ;
|
||||
border:solid;
|
||||
border-width:1px;
|
||||
border-color:dimgray;
|
||||
}
|
||||
|
||||
ol.example li {
|
||||
margin:2px;
|
||||
border-bottom:dashed;
|
||||
border-bottom-width:1px;
|
||||
border-bottom-color:silver;
|
||||
width:90%;
|
||||
cursor:pointer;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
ol.example li.placeholder {
|
||||
position: relative;
|
||||
border:solid;
|
||||
border-width:1px;
|
||||
border-color:silver;
|
||||
}
|
||||
ol.example li.placeholder:before {
|
||||
position: absolute;
|
||||
}
|
||||
Reference in New Issue
Block a user