forked from marconi/dragsort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdragsort-plus.css
51 lines (42 loc) · 852 Bytes
/
dragsort-plus.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* jQuery List DragSort-Plus v0.6.2*/
/* https://github.com/DigTheDoug/dragsort*/
/* Based off jQuery List DragSort*/
/* jQuery List DragSort v0.5.1*/
/* Website: http://dragsort.codeplex.com/*/
/* License: http://dragsort.codeplex.com/license*/
.moveRightIcon,
.moveLeftIcon,
.dropIcon {
position: absolute;
top: 0px;
width: 10px;
height: 100%;
font-size: 18px;
}
.moveRightIcon > div,
.moveLeftIcon > div,
.dropIcon > div{
position: relative;
top: 40%;
}
.dropIcon {
width: 100%;
text-align: center;
}
.moveRightIcon {
right: 0px;
}
.moveLeftIcon {
left: 0px;
}
/*
For working with Twitter's Bootstrap Thumbnails
Allows the positioning of the drag and drop icons within thumbnails
Remove if not needed or not using Bootstrap
*/
.thumbnails {
position: relative;
}
.thumbnails > li {
position: relative;
}