add sorting and better icons on the headers for it
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user