Add ability to "transform" TD parent row from pack to unit item

to make "claiming" more straightforward
This commit is contained in:
Lance Edgar 2018-10-24 18:52:49 -05:00
parent 2bd107056c
commit 05c33a4b34
4 changed files with 164 additions and 0 deletions

View file

@ -10,6 +10,10 @@ table.diff {
min-width: 80%;
}
.ui-dialog-content table.diff {
color: black;
}
table.diff th,
table.diff td {
border-bottom: 1px solid Black;