change the comic list view to use a datatable.

This commit is contained in:
ajurna@gmail.com
2016-04-04 16:16:00 +01:00
parent d995c88f47
commit 56e055e9f4
9 changed files with 190 additions and 11 deletions

View File

@@ -31,4 +31,12 @@ body {
max-height: 300px;
overflow: auto;
box-shadow: none;
}
td a {
display:block;
width:100%;
}
tr.clickable-row {
cursor: pointer;
}