zulip/zephyr
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
..
fixtures Rename zephyrs.json => messages.json in .gitignore. 2012-10-10 10:39:27 -04:00
jstemplates Eliminate some inline styles (visibility: collapse). 2012-10-15 22:47:41 -04:00
lib Markdown: Disable headings using our extension 2012-10-16 11:39:00 -04:00
management Add social and test to default subs added after DB dumps. 2012-10-11 11:53:57 -04:00
static Workaround for 'Can't click stream name in narrowed view' issue. 2012-10-16 14:25:12 -04:00
tests gitignore zephyr/tests/zephyrdb.test 2012-10-11 16:25:40 -04:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
context_processors.py Hide most of the navbar on the deployed app 2012-10-15 18:44:36 -04:00
decorator.py Remove unused imports 2012-09-07 13:57:32 -04:00
forms.py Implement confirmation for new user signups. 2012-10-01 10:45:58 -04:00
models.py Some import cleanup 2012-10-15 16:16:10 -04:00
tests.py Fix test broken by 0917d5c2ed1b156603ce53aaec88ecbe26f5f39c 2012-10-12 14:30:23 -04:00
views.py Hide most of the navbar on the deployed app 2012-10-15 18:44:36 -04:00