mirror of https://github.com/zulip/zulip.git
ec9c596933
This is a heavily adapted version of Allen's commit that did the same. Some gotchas: * Because the unread count indicator is not in the message content, we can't center it in the middle of the message content (we'd need to put it inside the div to do so). * Awesome Gecko bug surrounding tables makes this also somewhat annoying, so watch out for this if you're making changes here. > In Gecko, if you have a positioned <table> element inside a > positioned block element, such as a <div>, a position: absolute; > styled element inside the table would be positioned relative to the > outer <div> rather than the table, which is the nearest positioned > ancestor. This is a bug, and has not been fixed. (imported from commit 45c00c37f3721c211331b228e84d46283e1cc9ba) |
||
---|---|---|
api | ||
assets | ||
bots | ||
certs | ||
confirmation | ||
humbug | ||
node_modules | ||
servers | ||
templates | ||
tools | ||
zephyr | ||
.gitignore | ||
manage.py |