Redesign login and registration pages.

This completes a major redesign of the Zulip login and registration
pages, making them look much more slick and modern.

Major features include:
* Display of the realm name, description and icon on the login page
  and registration pages in the subdomains case.
* Much slicker looking buttons and input fields.
* A new overall style for the exterior of these portico pages.
This commit is contained in:
Brock Whittaker
2017-04-20 12:02:56 -07:00
committed by Tim Abbott
parent 6e512dddcb
commit 7afbc9ddd6
17 changed files with 1115 additions and 226 deletions

View File

@@ -37,7 +37,7 @@ class DocPageTest(ZulipTestCase):
self._test('/hello/', 'workplace chat that actually improves your productivity')
self._test('/integrations/', 'require creating a Zulip bot')
self._test('/devlogin/', 'Normal users')
self._test('/register/', 'get started')
self._test('/register/', 'Sign up for Zulip')
result = self.client_get('/new-user/')
self.assertEqual(result.status_code, 301)