when one is adding an inline entity for a relation of a single card,
the 'add a new xxx' link disappears. If the user then cancel the addition,
we have to make this link appears back. This is done by giving add new link
id to removeInlineForm.
/* tables */
/*table.tablesorter {
font-family:arial;
background-color: #CDCDCD;
margin:10px 0pt 15px;
font-size: 8pt;
width: 100%;
text-align: left;
} */
table.listing tr .headerSortUp {
background-image: url(asc.gif);
}
table.listing tr .headerSortDown {
background-image: url(desc.gif);
}
table.listing tr .headerSortDown, table.listing tr .headerSortUp {
background-color: #DDD;
background-repeat: no-repeat;
background-position: center right;
}