Go to file
Waseem Daher 6dad169d12 Workaround for 'Can't click stream name in narrowed view' issue.
There was this very cute problem where if you were narrowed and
scrolled to the top of the page, you couldn't seem to click on the
stream or subject name.

The issue was: the floating_recipient_row div was visibility: hidden,
which means that it made top_statusbar big enough to cover up that top
part, capturing the clicks.

So instead we make top_statusbar also visibility: hidden so that
the clicks get through.

(imported from commit 471e041ba1c429ad0b6e225da22585dc72120945)
2012-10-16 14:25:12 -04:00
api Some import cleanup 2012-10-15 16:16:10 -04:00
certs Move humbug-self-signed.crt into a common directory 2012-10-15 13:29:47 -04:00
confirmation Remove expiry; confirmations should never expire. 2012-10-01 10:45:58 -04:00
humbug Hide most of the navbar on the deployed app 2012-10-15 18:44:36 -04:00
servers puppet: Remove humbug from sudoers 2012-10-15 14:56:12 -04:00
templates Don't include signup.js in login.html 2012-10-16 01:33:15 -04:00
tools django-template-graph: Replace slashes with newlines 2012-10-16 01:45:37 -04:00
zephyr Workaround for 'Can't click stream name in narrowed view' issue. 2012-10-16 14:25:12 -04:00
.gitignore Log additionally to a file server.log 2012-10-12 18:01:51 -04:00
manage.py Add manage.py (oops). 2012-08-28 12:45:35 -04:00