Since I can't apply a node template client side I'm modifying the content element of each node as it's loaded. It's working well, but I'm having a bit of trouble getting the loading indicator to lay out right. I need it to appear BelowNodeText, but but since it appears so fast I'm not sure where it's being created so I can't style it correctly.
Right now what I'm doing is taking the content element, removing the text element (rtIn) and placing them in a table in the form of [content element | text element | additional column] which I put back in place of the content element. (the reason for splitting out the text element is that the css property text-overflow:ellipsis; doesn't work correctly if i leave the content element whole, I think due to the way the browser is calculating table size)
It seems like loading indicator is part of the text element? Is that correct? Is there a style applied to the loading indicator? Any information about it would be helpful.
Right now what I'm doing is taking the content element, removing the text element (rtIn) and placing them in a table in the form of [content element | text element | additional column] which I put back in place of the content element. (the reason for splitting out the text element is that the css property text-overflow:ellipsis; doesn't work correctly if i leave the content element whole, I think due to the way the browser is calculating table size)
It seems like loading indicator is part of the text element? Is that correct? Is there a style applied to the loading indicator? Any information about it would be helpful.