add new columns, no word wrapping in tags column

This commit is contained in:
Norbert Renner 2015-03-06 17:18:07 +01:00
parent c48f9ffb5c
commit bfe5770193
2 changed files with 7 additions and 3 deletions

View file

@ -239,6 +239,7 @@ table.dataTable.mini thead td {
table.dataTable.mini tbody th,
table.dataTable.mini tbody td {
padding: 2px 2px;
white-space: nowrap;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,