Added Datatables.net style sorting to all lists and related lists

This commit is contained in:
chouseknecht
2013-06-07 16:50:07 -04:00
parent e58e80bbad
commit 7b0bbff376
5 changed files with 138 additions and 15 deletions

View File

@@ -361,4 +361,24 @@
vertical-align: middle;
width: 100px;
margin: 0 10px;
}
/* Sort link styles */
.list-header:hover {
cursor: pointer;
}
.list-header i {
margin-left: 10px;
}
.list-header .icon-sort {
color: #ccc;
}
.list-header .icon-sort-down,
.list-header .icon-sort-up {
color: #36454F;
}