icon for handler of sortable

This commit is contained in:
VSizov 2011-10-15 20:41:38 +03:00
parent df016465cd
commit e6bba9be4f
4 changed files with 13 additions and 1 deletions

View file

@ -543,3 +543,9 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
.handle:hover{
cursor: move;
}
.handle{
width: 12px;
height: 12px;
padding: 10px;
}