add sorting and better icons on the headers for it

This commit is contained in:
2017-05-19 17:44:56 -04:00
parent 4e3c310499
commit 20562a1d84
4 changed files with 173 additions and 36 deletions

View File

@@ -75,6 +75,24 @@
bottom: 2px;
}
.bookTable th.asc::after {
content: "\f0de";
font-family: FontAwesome;
font-size: x-small;
position: relative;
left: 4px;
bottom: 2px;
}
.bookTable th.desc::after {
content: "\f0dd";
font-family: FontAwesome;
font-size: x-small;
position: relative;
left: 4px;
bottom: 2px;
}
.bookTable td, .bookTable th {
padding: 5px;
min-width: 50px;