default ordering on recordings

This commit is contained in:
Zachary Chai
2016-11-09 17:28:55 -05:00
parent 2259e9c11d
commit 6a6aa2aa02
3 changed files with 11 additions and 3 deletions

View File

@ -9,5 +9,13 @@
.rooms {
.table-wrapper {
padding: 40px 50px 10px 50px;
#recordings {
thead {
th:after {
content: none; //removes the sort icon in table header
}
}
}
}
}