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.
/* specific workarounds for Internet Explorer */
div.calpopup {
margin-left: 0px;
margin-top: 0px;
}
/* quick and dirty solution for pop to be
correctly displayed on right edge of window */
div.popupWrapper{
direction:rtl;
}